Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
OnBoidHit
Syntax
C++
int OnBoidHit(IFunctionHandler * pH, SmartScriptTable flockEntity, SmartScriptTable boidEntity, SmartScriptTable hit);
Parameters 
Description 
SmartScriptTable flockEntity 
Valid entity table containing flock. 
SmartScriptTable boidEntity 
Valid entity table containing boid. 
SmartScriptTable hit 
Valid entity table containing hit information..
 

Syntax: Boids.OnBoidHit( flockEntity,boidEntity,hit ) 

Events that occurs on boid hit.

Copyright (c) 2012. All rights reserved.