Ped::isSynchronizedSceneRunning
Returns true if a synchronized scene is running
Syntax
ped.isSynchronizedSceneRunning(sceneId);
Required Arguments
- sceneId: int
Return value
- Boolean
Example
todo
Returns true if a synchronized scene is running
ped.isSynchronizedSceneRunning(sceneId);
todo