Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkSlotPick.c File Reference

Go to the source code of this file.

Classes

class  SCR_ScenarioFrameworkSlotPickClass

Functions

SCR_ScenarioFrameworkSlotPickClass SCR_ScenarioFrameworkSlotTaskClass Attribute (desc:"Name of the task in list of tasks (item picked up )", category:"Task")
override void DynamicDespawn (SCR_ScenarioFrameworkLayerBase layer)
override string GetTaskDescription (int iState=0)
override void AfterAllChildrenSpawned (SCR_ScenarioFrameworkLayerBase layer)

Function Documentation

◆ AfterAllChildrenSpawned()

override void AfterAllChildrenSpawned ( SCR_ScenarioFrameworkLayerBase layer)

Updates blacklist for garbage system when all children spawned in scenario layer.

Parameters
[in]layerLayer represents scenario framework layer, used for spawning entities in the game world.

Definition at line 79 of file SCR_ScenarioFrameworkSlotPick.c.

◆ Attribute()

SCR_ScenarioFrameworkSlotPickClass SCR_ScenarioFrameworkSlotTaskClass Attribute ( desc:"Name of the task in list of tasks (item picked up )" ,
category:"Task"  )

Task title getter with state-dependent titles.

Parameters
[in]iStateiState represents the current state of the task, used for differentiating between various stages of the task's progression
Returns
different task titles based on state.

Definition at line 1 of file SCR_ScenarioFrameworkSlotPick.c.

◆ DynamicDespawn()

override void DynamicDespawn ( SCR_ScenarioFrameworkLayerBase layer)

Initializes dynamic despawning if not already initiated, excludes if marked for exclusion, sets dynamic despawn flag true

Parameters
[in]layerfor which this is called.

Definition at line 46 of file SCR_ScenarioFrameworkSlotPick.c.

◆ GetTaskDescription()

override string GetTaskDescription ( int iState = 0)

Returns different descriptions based on state, defaulting to superclass description if no state-specific description is found.

Parameters
[in]iStateTask state representation for description updates.
Returns
different descriptions based on state parameter.

Definition at line 58 of file SCR_ScenarioFrameworkSlotPick.c.