Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_TaskActivateContextAction.c
Go to the documentation of this file.
1
//[BaseContainerProps(), SCR_BaseContainerCustomTitleUIInfo("m_Info")]
2
//class SCR_TaskActivateContextAction: SCR_SelectedEntitiesContextAction
3
//{
4
// override bool CanBeShown(SCR_EditableEntityComponent selectedEntity, vector cursorWorldPosition, int flags)
5
// {
6
// SCR_EditableTaskComponent editableTask = SCR_EditableTaskComponent.Cast(selectedEntity);
7
// return true; //editableTask && !editableTask.IsTaskActivated();
8
// }
9
//
10
// override bool CanBePerformed(SCR_EditableEntityComponent selectedEntity, vector cursorWorldPosition, int flags)
11
// {
12
// return true;
13
// }
14
//
15
// override void Perform(SCR_EditableEntityComponent selectedEntity, vector cursorWorldPosition)
16
// {
17
// SCR_EditableTaskComponent editableTask = SCR_EditableTaskComponent.Cast(selectedEntity);
18
// //editableTask.ActivateTask();
19
// }
20
//};
scripts
Game
Editor
Containers
Actions
ContextActions
SCR_TaskActivateContextAction.c
Generated by
1.17.0