Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_EntityEditorEffect Interface Reference

Spawned entity effect. More...

Inheritance diagram for SCR_EntityEditorEffect:
[legend]

Public Member Functions

IEntity GetEntity ()
 Get entity created by the effect.
 
override bool EOnActivate (SCR_BaseEditorComponent editorComponent, vector position=vector.Zero, set< SCR_EditableEntityComponent > entities=null)
 

Protected Attributes

bool m_bNoEntities
 
bool m_bReplacePrevious
 
IEntity m_Entity
 

Additional Inherited Members

- Static Public Member Functions inherited from SCR_BaseEditorEffect
static void Activate (array< ref SCR_BaseEditorEffect > effects, SCR_BaseEditorComponent editorComponent, vector position=vector.Zero, set< SCR_EditableEntityComponent > entities=null)
 Activate given editor effects.
 
bool EOnActivate (SCR_BaseEditorComponent editorComponent, vector position=vector.Zero, set< SCR_EditableEntityComponent > entities=null)
 

Detailed Description

Spawned entity effect.

Member Function Documentation

◆ EOnActivate()

override bool SCR_EntityEditorEffect.EOnActivate ( SCR_BaseEditorComponent  editorComponent,
vector  position = vector::Zero,
set< SCR_EditableEntityComponent entities = null 
)

Implements SCR_BaseEditorEffect.

◆ GetEntity()

IEntity SCR_EntityEditorEffect.GetEntity ( )

Get entity created by the effect.

Returns
Entity

Member Data Documentation

◆ m_bNoEntities

bool SCR_EntityEditorEffect.m_bNoEntities
protected

◆ m_bReplacePrevious

bool SCR_EntityEditorEffect.m_bReplacePrevious
protected

◆ m_Entity

IEntity SCR_EntityEditorEffect.m_Entity
protected

The documentation for this interface was generated from the following file: