Class TCasScriptShortcut

Unit

Declaration

type TCasScriptShortcut = class(TCasScriptFunction)

Description

CastleScript function shortcut, see [https://castle-engine.io/castle_script.php#function_shortcut].

Hierarchy

Overview

Methods

Public class function ShortName: string; override;
Public class procedure Handle(AFunction: TCasScriptFunction; const Arguments: array of TCasScriptValue; var AResult: TCasScriptValue; var ParentOfResult: boolean);

Description

Methods

Public class function ShortName: string; override;

This item has no description. Showing description inherited from TCasScriptFunction.ShortName.

Short function name, for the parser. This is the name of the function for use in expressions like "function_name(arg_1, arg_2 ... , arg_n)".

This can be an empty string ('') if no explicit name for this function exists. This is useful for operators, which are implemented just like normal functions (a descendant of TCasScriptFunction), but with a special support from parser (e.g. to turn "x + b" into a call to the TCasScriptAdd function).

Public class procedure Handle(AFunction: TCasScriptFunction; const Arguments: array of TCasScriptValue; var AResult: TCasScriptValue; var ParentOfResult: boolean);

This item has no description.


Generated by PasDoc 0.16.0-snapshot.