- Found in:
- cLib
voidfunctioncArrayTranslateTo(ObjectReferenceaObj, float[]pArray, floatspeed=50.0, floatmaxSpeed=0.0)Global
Description
Documentation String
Requirements: None
Documentation Comment
Accepts placement array as an argument
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__aObj
float[] myFloatArray__pArray
float myFloat__speed
float myFloat__maxSpeed
clib.cArrayTranslateTo(myObjectReference__aObj, myFloatArray__pArray, myFloat__speed, myFloat__maxSpeed)