Start mission
Export: startMission
exports["missions_creator"]:startMission(templateId, playerIdOrArray)Parameters
Name
Data Type
Description
Return value
Name
Data Type
Description
Last updated
Export to manually start a mission server side, in case you want to integrate it with your code
exports["missions_creator"]:startMission(templateId, playerIdOrArray)templateId
integer
The mission template ID
playerIdOrArray
integer
table
instanceId
number
The instance ID of the newly created mission or nil if the mission could not be created
Last updated