Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
BaseContainerList.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
sealed
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
index
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
Definition
SCR_DestructionSynchronizationComponent.c:17
BaseContainer
Definition
BaseContainer.c:13
Count
TypeID handle64 Count()
scripts
Core
generated
Containers
BaseContainerList.c
Generated by
1.17.0