Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
RplNode.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class RplNode: pointer
13{
15 [Obsolete("Use RplNode.GetMainItemId() instead.")]
16 RplId GetId() { return this.GetMainItemId(); }
17
18 proto external RplRole GetRole();
19 proto external bool IsOwner();
20 proto external bool IsLocked();
21 proto external void SetParent(RplNode newParent, bool unusedAndDeprecated = true);
22 proto external RplNode GetParent();
23 proto external RplNode GetRootParent();
24 proto external RplNode GetChildren();
25 proto external RplNode GetSibling();
26 proto external int GetItemCount();
27 proto external RplId GetItemId(int idx);
28 proto external RplId GetMainItemId();
29 proto external Managed GetItem(int idx);
30 proto external Managed GetMainItem();
31 proto external void AddItem(notnull Managed item);
32}
33
SCR_WorkshopItem GetItem()
Faction GetParent()
Replication item identifier.
Definition RplId.c:14
bool IsOwner()
RplRole
Role of replicated node (and all items in it) within the replication system.
Definition RplRole.c:14