Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
TreeDebrisSmallEntity.c File Reference

Go to the source code of this file.

Classes

class  SCR_TreeDebrisSmallEntityClass

Functions

SCR_TreeDebrisSmallEntityClass SCR_BaseDebrisSmallEntityClass Attribute (defvalue:"30",[Attribute), desc:"How long until the debris despawns (seconds)")
override void EOnContact (IEntity owner, IEntity other, Contact contact)
void PlaySound (vector pos, float dVelocity)
override void EOnFrame (IEntity owner, float timeSlice)
override void EOnInit (IEntity owner)
 On initialization the debris is registered into the list.
override void EOnPhysicsActive (IEntity owner, bool activeState)

Function Documentation

◆ Attribute()

SCR_TreeDebrisSmallEntityClass SCR_BaseDebrisSmallEntityClass Attribute ( defvalue:"30" ,
[Attribute) ,
desc:"How long until the debris despawns (seconds)"  )

Definition at line 1 of file TreeDebrisSmallEntity.c.

◆ EOnContact()

override void EOnContact ( IEntity owner,
IEntity other,
Contact contact )

Definition at line 65 of file TreeDebrisSmallEntity.c.

◆ EOnFrame()

override void EOnFrame ( IEntity owner,
float timeSlice )

Definition at line 123 of file TreeDebrisSmallEntity.c.

◆ EOnPhysicsActive()

override void EOnPhysicsActive ( IEntity owner,
bool activeState )

Definition at line 180 of file TreeDebrisSmallEntity.c.

◆ PlaySound()

void PlaySound ( vector pos,
float dVelocity )

Definition at line 83 of file TreeDebrisSmallEntity.c.