#cp.rx.go.Statement.Modifier.Definition

A Statement.Modifier is defined before being executable. It is an extension of Statement.Definition and inherits all of it's methods also.


#API Overview

Functions - API calls offered directly by the extension

Methods - API calls which can only be made on an object returned by a constructor


#API Documentation

#Functions

Signaturecp.rx.go.Statement.Modifier.Definition.is(thing) -> boolean
TypeFunction
DescriptionChecks if the thing is a Statement.Modifier.Definition.
Parameters
  • thing - The thing to check.
Returns
  • true if the thing is a Statement.Modifier.Definition.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/rx/go/Statement.lua line 755

#Methods

Signaturecp.rx.go.Statement.Modifier.Definition:define()
TypeMethod
DescriptionDefines the Statement.Modifier.
Parameters
  • None
Returns
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/rx/go/Statement.lua line 768