MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / TestParticles

Method TestParticles

CrySystem/ScriptObjectAnimation.cpp:238–243  ·  view source on GitHub ↗

! Starts spawning particles @param fSpawnRate first operand (float) rate of particle spawn @return result of the operation (int) */

Source from the content-addressed store, hash-verified

236 @return result of the operation (int)
237*/
238int CScriptObjectAnimation::TestParticles(IFunctionHandler *pH)
239{
240 GET_ANIM_MANAGER(pAnimationManager);
241 pAnimationManager->ExecScriptCommand (CASCMD_TEST_PARTICLES);
242 return pH->EndFunction(0);
243}
244
245/*! Starts spawning particles
246 @param fSpawnRate first operand (float) rate of particle spawn

Callers

nothing calls this directly

Calls 2

EndFunctionMethod · 0.80
ExecScriptCommandMethod · 0.45

Tested by

no test coverage detected