Table of Contents

Class ObjectCreateTestScript

Namespace
LunyScript.SmokeTests
/
Assembly
LunyScript.SmokeTests.dll
public sealed class ObjectCreateTestScript : Script
Expand Details ...
Inheritance
Object
ObjectCreateTestScript
Inherited Members

Constructors

ObjectCreateTestScript()

public ObjectCreateTestScript()

Fields

AutoDestroyObjectName

public const String AutoDestroyObjectName = "will be destroyed"

Field Value

String

ParentName

public const String ParentName = "Created Objects"

Field Value

String

Methods

Build(ScriptBuildContext)

Called once when the script is initialized. Users construct their blocks (sequences, statemachines, behaviors) for execution here. Users can use regular C# syntax (ie call methods, use loops) to construct complex and/or reusable blocks.

public override void Build(ScriptBuildContext context)

Parameters

Type Name Description
ScriptBuildContext
context