Conversation Lua API: Difference between revisions

From Off Grid Wiki
Jump to navigation Jump to search
(Update)
No edit summary
Line 23: Line 23:


'''Docs last hacked together on''': 13/09/2017 13:56
'''Docs last hacked together on''': 13/09/2017 13:56
[[Category:Modding]]
[[Category:LuaAPI]]

Revision as of 10:13, 3 November 2017

Conversation

Description

Allows the user to start scripted conversations

Functions

StartScript

Conversation.StartScript(path, onCompleteCallback)

Expected parameter types

path string
onCompleteCallback Lua Type

Description: Starts a conversation from a name

Returns: Nothing

Notes: Must be in MissionFolder/Conversations/$path


This file is auto generated, please don't edit manually!

Docs last hacked together on: 13/09/2017 13:56