Function: set_start_position()
ts
function set_start_position(this: void, position: vector): void;Set the actor start position used by level transition logic.
Parameters
| Parameter | Type | Description |
|---|---|---|
this | void | - |
position | vector | Target start position. |
Returns
void
Since
OpenXRay 2022-08-22, 33f6da05, PR #1006
Remarks
Updates the global start position consumed by ALife level-transition code.