프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
ScriptFunction ( Script owner, Procedure procedure ) : System | ||
execute ( object parameters ) : object |
execute this function
|
public ScriptFunction ( Script owner, Procedure procedure ) : System | ||
owner | Script | |
procedure | Procedure | |
리턴 | System |
public execute ( object parameters ) : object | ||
parameters | object | the parameters needed by this function |
리턴 | object |