| Property | Value |
|---|---|
| Native Name | SET_CAM_ACTIVE_WITH_INTERP |
| Hash | 0x9FBDA379383A52A4 |
| Return Type | void |
| Parameters | camTo (Cam), camFrom (Cam), duration (int), easeLocation (int), easeRotation (int) |
Description: ``` Previous declaration void SET_CAM_ACTIVE_WITH_INTERP(Cam camTo, Cam camFrom, int duration, BOOL easeLocation, BOOL easeRotation) is completely wrong. The last two params are integers not BOOLs...