Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_GeneratorBaseEntity.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_GeneratorBaseEntityClass
 

Functions

SCR_GeneratorBaseEntityClass GeneratorBaseEntityClass SCR_GeneratorBaseEntity (IEntitySource src, IEntity parent)
 

Variables

ref Color m_Color
 

Function Documentation

◆ SCR_GeneratorBaseEntity()

SCR_GeneratorBaseEntityClass GeneratorBaseEntityClass SCR_GeneratorBaseEntity ( IEntitySource  src,
IEntity  parent 
)

SCR_GeneratorBaseEntity responsibilities:

  • trigger a warning if the generator is not the child of a shape
  • keep the generator at shape's {0,0,0}, at angles {0,0,0}, at scale 1
  • delete all child entities if no parent is set
  • set generator's and shape's "Editor Only" flag

Definition at line 335 of file SCR_GeneratorBaseEntity.c.

Variable Documentation

◆ m_Color

ref Color m_Color

Definition at line 3 of file SCR_GeneratorBaseEntity.c.