Changeset 9757 in orxonox.OLD for branches/new_class_id/src/world_entities/environments
- Timestamp:
- Sep 18, 2006, 10:06:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/environments/mapped_water.cc
r9746 r9757 32 32 SHELL_COMMAND(output, MappedWater, saveParams); 33 33 34 CREATE_SCRIPTABLE_CLASS(MappedWater, MappedWater::classID(),34 CREATE_SCRIPTABLE_CLASS(MappedWater, 35 35 addMethod("waterUV", Executor2<MappedWater, lua_State*, float, float>(&MappedWater::fadeWaterUV)) 36 36 ->addMethod("waterFlow", Executor2<MappedWater, lua_State*, float, float>(&MappedWater::fadeWaterFlow))
Note: See TracChangeset
for help on using the changeset viewer.