Function:
ps.getObjectList: returns the whole object table Example:
ps.getObjectList
local list = ps.getObjectList()
Function: ps.getRandomObject(): returns a random object from the list
ps.getRandomObject()
Example:
local random = ps.getRandomObject()
Last updated 5 months ago