Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseGameEntity.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class BaseGameEntityClass: GenericEntityClass
13{
14}
15
16class BaseGameEntity: GenericEntity
17{
22 proto external void Teleport(vector mat[4]);
24 proto external RplComponent GetRplComponent();
25}
26
void Teleport()
RplComponent GetRplComponent()
Returns the replication component associated to this entity.