Drag[en]gine Script Module DragonScript  1.23
Dragengine.CrashRecoverySystem Class Reference

Crash recovery system. More...

Inheritance diagram for Dragengine.CrashRecoverySystem:

Static Public Member Functions

Parameters
static int getParameterCount ()
 Number of parameters available. More...
 
static ModuleParameter getParameterInfo (int index)
 Parameter information. More...
 
static ModuleParameter getParameterInfo (String name)
 Named parameter information or null if not found. More...
 
static String getParameterValue (String name)
 Parameter value. More...
 
static void setParameterValue (String name, String value)
 Set named parameter value. More...
 
static String sendCommand (String command)
 Send command. More...
 

Detailed Description

Crash recovery system.

This is a native class. This is a pure static class. The class can not be instantiated

Member Function Documentation

◆ getParameterCount()

static int Dragengine.CrashRecoverySystem.getParameterCount ( )
static

Number of parameters available.

◆ getParameterInfo() [1/2]

static ModuleParameter Dragengine.CrashRecoverySystem.getParameterInfo ( int  index)
static

Parameter information.

Exceptions
EOutOfBoundaryindex less than 0 or greater than or equal to getParameterCount().

◆ getParameterInfo() [2/2]

static ModuleParameter Dragengine.CrashRecoverySystem.getParameterInfo ( String  name)
static

Named parameter information or null if not found.

◆ getParameterValue()

static String Dragengine.CrashRecoverySystem.getParameterValue ( String  name)
static

Parameter value.

Exceptions
EInvalidParamParameter with name not found.

◆ sendCommand()

static String Dragengine.CrashRecoverySystem.sendCommand ( String  command)
static

Send command.

◆ setParameterValue()

static void Dragengine.CrashRecoverySystem.setParameterValue ( String  name,
String  value 
)
static

Set named parameter value.

Exceptions
EInvalidParamParameter with name not found.

The documentation for this class was generated from the following file: