Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BuildableEntity.c
Go to the documentation of this file.
2{
3 //------------------------------------------------------------------------------------------------
4 override static typename GetTargetType()
5 {
6 return GenericEntity;
7 }
8
9 //------------------------------------------------------------------------------------------------
10 override bool DeserializeSpawnData(out ResourceName prefab, notnull out EntitySpawnParams params, notnull LoadContext context)
11 {
12 // Avoid buildable compositions loading as finished
13 SCR_EditorLinkComponent.IgnoreSpawning(true);
14 return super.DeserializeSpawnData(prefab, params, context);
15 }
16}
class SCR_PersistentThreatSector GetTargetType()
void EntitySpawnParams()
Definition gameLib.c:130