# 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

  • is

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

  • define

# API Documentation

# Functions

# is

Signature cp.rx.go.Statement.Modifier.Definition.is(thing) -> boolean
Type Function
Description Checks if the thing is a Statement.Modifier.Definition.
Parameters
  • thing - The thing to check.
Returns
  • true if the thing is a Statement.Modifier.Definition.
Notes None
Examples None
Source src/extensions/cp/rx/go/Statement.lua line 755

# Methods

# define

Signature cp.rx.go.Statement.Modifier.Definition:define()
Type Method
Description Defines the Statement.Modifier.
Parameters
  • None
Returns
Notes None
Examples None
Source src/extensions/cp/rx/go/Statement.lua line 768