Changeset 9109 in orxonox.OLD for branches/mountain_lake/src/lib/graphics/effects/fog_effect.cc
- Timestamp:
- Jul 4, 2006, 11:15:53 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mountain_lake/src/lib/graphics/effects/fog_effect.cc
r9006 r9109 19 19 20 20 #include "shell_command.h" 21 #include "script_class.h" 21 22 22 23 // Define shell commands … … 27 28 28 29 using namespace std; 30 31 CREATE_SCRIPTABLE_CLASS(FogEffect, CL_FOG_EFFECT, 32 addMethod("fadeIn", ExecutorLua0<FogEffect>(&FogEffect::fadeInFog)) 33 ->addMethod("fadeOut", ExecutorLua0<FogEffect>(&FogEffect::fadeOutFog)) 34 ->addMethod("activate", ExecutorLua0<FogEffect>(&FogEffect::activate)) 35 ->addMethod("deactivate", ExecutorLua0<FogEffect>(&FogEffect::deactivate)) 36 ); 29 37 30 38 CREATE_FACTORY(FogEffect, CL_FOG_EFFECT);
Note: See TracChangeset
for help on using the changeset viewer.