Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | ActionsTuple |
class | ActionDisplayData |
Data container. More... | |
class | SCR_BaseInteractionDisplay |
Base class for displaying interactions in the UI. More... | |
Enumerations | |
enum | ActionFinishReason { FINISHED, INTERRUPTED } |
Reason for why an action ended. Used in SCR_BaseInteractionDisplay and derived classes. More... | |
Variables | |
enum ActionFinishReason | Attribute |
Post-process effect of scripted camera. More... | |
enum ActionFinishReason |
Reason for why an action ended. Used in SCR_BaseInteractionDisplay and derived classes.
Enumerator | |
---|---|
FINISHED | |
INTERRUPTED |
Definition at line 3 of file SCR_BaseInteractionDisplay.c.