Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WorldController.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class WorldController: EventProvider
13{
14 static void InitInfo(WorldControllerInfo outInfo);
15 private void WorldController();
16 private void ~WorldController();
17
18 proto external World GetWorld();
19 proto external WorldSystems GetSystems();
20 proto external RplNode GetNode();
21 proto external bool IsMyOwn();
26 proto external PlayerId GetOwnerPlayerId();
31 proto external UUID GetOwnerIdentityId();
48 proto external RplIdentity GetOwnerRplIdentity();
54 proto protected void Rpc(func method, void p0 = NULL, void p1 = NULL, void p2 = NULL, void p3 = NULL, void p4 = NULL, void p5 = NULL, void p6 = NULL, void p7 = NULL);
55 proto external WorldSystem FindSystem(typename interfaceType);
56 proto external BaseContainer FindSystemSource(typename interfaceType);
57
58 // callbacks
59
60 event protected void OnAuthorityReady();
61 event protected void OnAuthorityClosing();
62}
63
Class for broadcasting events to registered receivers.
Replication connection identity.
Definition RplIdentity.c:14
Definition UUID.c:28
proto external WorldSystem FindSystem(typename interfaceType)
void OnAuthorityClosing()
void OnAuthorityReady()
proto external BaseContainer FindSystemSource(typename interfaceType)
void Rpc(func method, void p0=NULL, void p1=NULL, void p2=NULL, void p3=NULL, void p4=NULL, void p5=NULL, void p6=NULL, void p7=NULL)
Definition World.c:16
BaseRplComponentClass GenericComponentClass GetNode()
@ NULL
Unknown type.
Definition DataVarType.c:21