![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Network packet of variables for entity placing and transformation. More...
Protected Member Functions | |
| void | GetWorldTransform (out vector outTransform[4]) |
| bool | Deserialize () |
| void | SetTarget (SCR_EditableEntityComponent target) |
| SCR_BaseEditorAction | GetSourceAction (notnull IEntity actionCompOwner) |
Protected Attributes | |
| SCR_BaseEditorAction | m_SourceAction |
| local cache of the action which was the reason for creation of this param | |
Network packet of variables for entity placing and transformation.
Definition at line 4 of file SCR_EditorPreviewParams.c.
|
inlinestaticprotected |
Create params for entity placement.
| transform | Transformation matrix where the entity will be created |
| parentID | Replication ID of parent entity |
| verticalMode | Alignment rules |
| isUnderwater | True if the entity is being placed under water surface |
| targetID | Replication ID of entity on/inside which the new entity is being spawned |
| targetInteraction | Type of interaction with the target entity |
Definition at line 220 of file SCR_EditorPreviewParams.c.
|
inlinestaticprotected |
Create params packet for network transmission.
| previewManager | Manager from which individual params will be extracted - must not be null |
| parent | Currently selected parent layer |
| parentChanged | True if current layer changed while editing |
Definition at line 246 of file SCR_EditorPreviewParams.c.
|
inlinestaticprotected |
Definition at line 34 of file SCR_EditorPreviewParams.c.
|
inlineprotected |
Convert replication-friendly values to actual variables.
Definition at line 118 of file SCR_EditorPreviewParams.c.
|
inlinestaticprotected |
Definition at line 28 of file SCR_EditorPreviewParams.c.
|
inlinestaticprotected |
Definition at line 61 of file SCR_EditorPreviewParams.c.
|
inlineprotected |
Finds and returns the action which was used for creation of this SCR_EditorPreviewParams instance
| actionCompOwner | IEntity which has editor actions components |
Definition at line 194 of file SCR_EditorPreviewParams.c.
|
inlineprotected |
Get world transformation matrix. If offset is used, it will be applied to it.
| [out] | outTransform | Variable to be filled with transformation matrix |
Definition at line 97 of file SCR_EditorPreviewParams.c.
|
inlinestaticprotected |
Definition at line 78 of file SCR_EditorPreviewParams.c.
|
inlinestaticprotected |
Converts action instance into a replication friendly id
| action | |
| actionCompOwner | entity which has editor actions components |
Definition at line 159 of file SCR_EditorPreviewParams.c.
|
inlinestaticprotected |
Definition at line 46 of file SCR_EditorPreviewParams.c.
|
inlineprotected |
| target |
Definition at line 144 of file SCR_EditorPreviewParams.c.
|
inlinestaticprotected |
Definition at line 40 of file SCR_EditorPreviewParams.c.
|
protected |
local cache of the action which was the reason for creation of this param
Definition at line 24 of file SCR_EditorPreviewParams.c.