Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseRplComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class BaseRplComponentClass: GenericComponentClass
13{
14}
15
72class BaseRplComponent: GenericComponent
73{
74 proto external RplNode GetNode();
79 proto external void Give(RplIdentity newOwner);
83 proto external RplId Id();
87 proto RplId ChildId(notnull Class item);
92 proto external RplRole Role();
96 proto external bool IsOwner();
100 proto external bool IsProxy();
104 proto external bool IsMaster();
108 proto external bool IsOwnerProxy();
112 proto external bool IsRemoteProxy();
120 proto external EItemInsertionResult InsertItem(Managed instance);
126 proto external bool InsertToReplication(RplSchedulerInsertionCtx ctx = NULL);
130 proto external IEntity GetEntity();
138 proto external void ReleaseFromRpl();
142 proto external bool IsReleasedFromRpl();
143 /*
144 Enable or disable spatial relevancy of a node.
145 Spatial relevancy is not enforced in a hierarchy, meaning if a root node is not
146 in spatial map, and a spatial node is attached to it, it will not be in spatial
147 map.
148 */
149 proto external void EnableSpatialRelevancy(bool enable);
154 proto external void EnableStreaming(bool enable);
158 proto external bool IsSelfInserted();
159}
160
Super root of all classes in Enforce script.
Definition Types.c:35
Replication item identifier.
Definition RplId.c:14
Replication connection identity.
Definition RplIdentity.c:14
proto external bool IsSelfInserted()
proto external void EnableSpatialRelevancy(bool enable)
IEntity GetEntity()
proto external bool IsReleasedFromRpl()
proto external RplRole Role()
proto external bool IsRemoteProxy()
proto RplId ChildId(notnull Class item)
proto external void Give(RplIdentity newOwner)
proto external void ReleaseFromRpl()
proto external bool InsertToReplication(RplSchedulerInsertionCtx ctx=NULL)
proto external bool IsOwnerProxy()
BaseRplComponentClass GenericComponentClass GetNode()
proto external void EnableStreaming(bool enable)
bool IsOwner()
proto external RplId Id()
@ NULL
Unknown type.
Definition DataVarType.c:21
ref BaseInventoryTask InsertItem(IEntity item, int slotID, bool justSpawned)
RplRole
Role of replicated node (and all items in it) within the replication system.
Definition RplRole.c:14