Objects

Function:

ps.getObjectList: returns the whole object table Example:

local list = ps.getObjectList()

Function: ps.getRandomObject(): returns a random object from the list

Example:

local random = ps.getRandomObject()

Last updated