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

Class for custom title for effects. More...

Inheritance diagram for SCR_ButtonEffectTitleAttribute:
[legend]

Public Member Functions

void SCR_ButtonEffectTitleAttribute (string typeStr, string varName)
 
override bool _WB_GetCustomTitle (BaseContainer source, out string title)
 

Protected Attributes

string m_sTypeStr
 
string m_sVarName
 

Detailed Description

Class for custom title for effects.

It will set a custom title to effect objects in workbench in format "m_sTypeStr" or "m_sTypeStr: WIdgetName".

Constructor & Destructor Documentation

◆ SCR_ButtonEffectTitleAttribute()

void SCR_ButtonEffectTitleAttribute.SCR_ButtonEffectTitleAttribute ( string  typeStr,
string  varName 
)
Parameters
[in]typeStr
[in]varName

Member Function Documentation

◆ _WB_GetCustomTitle()

override bool SCR_ButtonEffectTitleAttribute._WB_GetCustomTitle ( BaseContainer  source,
out string  title 
)

Member Data Documentation

◆ m_sTypeStr

string SCR_ButtonEffectTitleAttribute.m_sTypeStr
protected

◆ m_sVarName

string SCR_ButtonEffectTitleAttribute.m_sVarName
protected

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