Conversation Lua API: Difference between revisions

From Off Grid Wiki
Jump to navigation Jump to search
m (Rich moved page Lua Apis/Conversation Lua API to Conversation Lua API without leaving a redirect)
(Update)
Line 1: Line 1:
<!-- This file is auto generated, please don't edit manually! -->
= Conversation =
= Conversation =
== Description ==
== Description ==
Line 19: Line 20:




'''Docs last hacked together on''': 09/05/2017 16:45
This file is auto generated, please don't edit manually!
 
'''Docs last hacked together on''': 13/09/2017 13:56

Revision as of 12:57, 13 September 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