Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
PrefabList.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 class PrefabListClass: ScriptComponentClass
13 {
14 }
15 
16 class PrefabList: ScriptComponent
17 {
18  proto external void RegisterPrefab( ResourceName resource, bool onlyClient );
19 }
20 
ScriptComponent
SCR_SiteSlotEntityClass ScriptComponent
RegisterPrefab
PrefabListClass ScriptComponentClass RegisterPrefab(ResourceName resource, bool onlyClient)
PrefabListClass
Definition: PrefabList.c:12