MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / DefineEngineMethod

Function DefineEngineMethod

Engine/source/environment/sun.cpp:569–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569DefineEngineMethod(Sun, apply, void, (), , "")
570{
571 object->inspectPostApply();
572}
573
574DefineEngineMethod(Sun, animate, void, ( F32 duration, F32 startAzimuth, F32 endAzimuth, F32 startElevation, F32 endElevation ), , "animate( F32 duration, F32 startAzimuth, F32 endAzimuth, F32 startElevation, F32 endElevation )")
575{

Callers

nothing calls this directly

Calls 2

inspectPostApplyMethod · 0.45
animateMethod · 0.45

Tested by

no test coverage detected