Method | Description | |
---|---|---|
WriteAction ( int @event, ActionInfo action ) : void | ||
WriteAction ( int @event, List |
||
WriteAction ( int @event, int subEvent, ActionInfo action ) : void | ||
Writer ( BlockToCode output ) : System |
Method | Description | |
---|---|---|
WriteObject ( ObjectInfo info ) : void | ||
WriteScript ( System.ScriptInfo info ) : void |
public WriteAction ( int @event, ActionInfo action ) : void | ||
@event | int | |
action | ActionInfo | |
return | void |
public WriteAction ( int @event, List |
||
@event | int | |
actions | List |
|
return | void |
public WriteAction ( int @event, int subEvent, ActionInfo action ) : void | ||
@event | int | |
subEvent | int | |
action | ActionInfo | |
return | void |
protected WriteObject ( ObjectInfo info ) : void | ||
info | ObjectInfo | |
return | void |
protected WriteScript ( System.ScriptInfo info ) : void | ||
info | System.ScriptInfo | |
return | void |
public Writer ( BlockToCode output ) : System | ||
output | BlockToCode | |
return | System |