Stingray - scaleform.Stingray namespace reference - Stingray Lua API Reference

scaleform.Stingray namespace reference

Description

Scaleform Studio plugin to Stingray namespace

Functions

Parameters

project_name :

string

The name of the project you want to load.

bundle_name :

string

The name of the bundle you want to load.

Returns

boolean

Returns true if the project loaded successfully, or false otherwise.

Parameters

project_id :

string

The resource id of the project you want to load.

scene_id :

string?

The resource id of the scene you want to play at startup. If nothing is specified the default scene is used.

The ? notation indicates that this type is optional: there may be zero or one instances of it.
Returns

boolean

Returns true if the project loaded successfully, or false otherwise.

Parameters
This function does not accept any parameters.
Returns
This function does not return any values.
Parameters

msgName :

string

The name of the message to send.

args :

any*

A series of arguments that are numbers, strings, or Booleans.

The * notation indicates that there may be zero or more instances of the specified type.
Returns
This function does not return any values.
Parameters
This function does not accept any parameters.
Returns
This function does not return any values.