Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
RplComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
17class RplComponent: BaseRplComponent
18{
32 static proto void DeleteRplEntity(IEntity entity, bool releaseFromReplication);
42 proto external void GiveExt(RplIdentity newOwner, bool alwaysNotify);
52 proto external void ForceNodeMovement(vector previousPos);
62 proto external void EnableStreamingConNode(RplIdentity identity, bool enable);
72 static proto void EnableStreamingForConnection(RplIdentity identity, bool enable);
73 /*
74 Insert MPObserver at position, for identity.
75 Allows for static observer that then streams in/preloads replicated entities
76
77 \warning Ensure you delete these observers after usage, they can cause performance issues.
78 \param identity Client connection.
79 \param x Position of observer.
80 \param z Position of observer.
81 */
82 static proto void InsertMPObserver(RplIdentity identity, float x, float z);
83 /*
84 Remove MPObserver for identity.
85
86 \param identity Client connection.
87 */
88 static proto void RemoveMPObserver(RplIdentity identity);
89}
90
Replication connection identity.
Definition RplIdentity.c:14
proto external void ForceNodeMovement(vector previousPos)
RplComponentClass BaseRplComponentClass DeleteRplEntity(IEntity entity, bool releaseFromReplication)
Base class for entity replication - e.g. vehicles, characters, animals.
proto external void EnableStreamingConNode(RplIdentity identity, bool enable)
proto external void GiveExt(RplIdentity newOwner, bool alwaysNotify)