- Found in:
- IED
boolfunctionSetItemRotationActor(ActorakActor, stringasPlugin, stringasName, boolabIsFemale, float[]arRotation)NativeGlobal
Description
Documentation Comment
arRotation: 3 element float array (Pitch, Roll, Yaw) in degrees, clamped to +-360
Caveats
Parameters
Examples
Auto-Generated Example
Actor myActor__akActor
string myString__asPlugin
string myString__asName
bool myBool__abIsFemale
float[] myFloatArray__arRotation
bool returnedValue = IED.SetItemRotationActor(myActor__akActor, myString__asPlugin, myString__asName, myBool__abIsFemale, myFloatArray__arRotation)