Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkActionSetEntityName.c
Go to the documentation of this file.
3{
4 [Attribute(defvalue: "", desc: "Name")]
5 string m_sName;
6
7 [Attribute(desc: "Entity to be renamed")]
8 ref SCR_ScenarioFrameworkGet m_Getter;
9
10 //------------------------------------------------------------------------------------------------
11 override void OnActivate(IEntity object)
12 {
13 if (!CanActivate())
14 return;
15
16 IEntity entity;
17 if (!ValidateInputEntity(object, m_Getter, entity))
18 return;
19
20 entity.SetName(m_sName);
21 }
22}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
override void OnActivate()
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
proto external void SetName(string name)
SCR_FieldOfViewSettings Attribute