![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_AccessKeysEditorComponentClass |
Variables | |
| ref ScriptInvoker | Event_OnChanged = new ScriptInvoker() |
|
protected |
Definition at line 66 of file SCR_AccessKeysEditorComponent.c.
| void AddAccessKey | ( | EEditableEntityAccessKey | accessKey | ) |
Add access key.
| [in] | accessKey | Key to be added |
Definition at line 27 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Definition at line 44 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Add access key to an entity.
| [in] | entity | Affected entity |
| [in] | accessKey | Key to be added |
Definition at line 94 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Definition at line 109 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Definition at line 259 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Definition at line 191 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Definition at line 295 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Definition at line 265 of file SCR_AccessKeysEditorComponent.c.
Definition at line 197 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Get access key.
Definition at line 75 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Definition at line 127 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Has access to given key. \accessKey Key to be checked
Definition at line 84 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Print out access keys.
Definition at line 177 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Print out all entities with compatible access keys.
Definition at line 158 of file SCR_AccessKeysEditorComponent.c.
| void RemoveAccessKey | ( | EEditableEntityAccessKey | accessKey | ) |
Remove access key.
| [in] | accessKey | Key to be removed |
Definition at line 36 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Definition at line 55 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Remove access key from an entity.
| [in] | entity | Affected entity |
| [in] | accessKey | Key to be removed |
Definition at line 102 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Definition at line 118 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Definition at line 252 of file SCR_AccessKeysEditorComponent.c.
|
protected |
Definition at line 244 of file SCR_AccessKeysEditorComponent.c.
| ref ScriptInvoker Event_OnChanged = new ScriptInvoker() |
Definition at line 18 of file SCR_AccessKeysEditorComponent.c.