Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T158151
Change Details
Change Details
Old
New
Diff
Logging (print) object position and orientation in modded CarScript in OnEngineStart function Code: ``` override void OnEngineStop() { super.OnEngineStop(); Print("["+this+"]: CS: " + GetGame().GetTickTime() + ": OnEngineStop: " + GetPosition() + ": " + GetOrientation()); } ```
Logging (print) object position and orientation in modded CarScript in OnEngineStop function Code: ``` override void OnEngineStop() { super.OnEngineStop(); Print("["+this+"]: CS: " + GetGame().GetTickTime() + ": OnEngineStop: " + GetPosition() + ": " + GetOrientation()); } ```
Logging (print) object position and orientation in modded CarScript in OnEngineSt
art
op
function Code: ``` override void OnEngineStop() { super.OnEngineStop(); Print("["+this+"]: CS: " + GetGame().GetTickTime() + ": OnEngineStop: " + GetPosition() + ": " + GetOrientation()); } ```
Continue