Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
sceneplayer.c
Go to the documentation of this file.
1class ScenePlayer extends SceneObject
2{
3 //----------------------------------------
4 // IsPlayer
5 //----------------------------------------
6 override bool IsPlayer()
7 {
8 return true;
9 }
10}
bool IsPlayer()
Definition sceneobject.c:75