Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseContainerList.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class BaseContainerList: Managed
13{
14 private void BaseContainerList();
15
16 proto external BaseContainer Get(int index);
17 proto external bool Set(int index, BaseContainer cont);
18 proto external bool Insert(BaseContainer cont, int index = -1);
19 proto external bool Remove(BaseContainer cont);
20 proto external int Count();
21}
22
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
TypeID handle64 Count()