Difference between revisions of "Mono:Lua:mono invoke method"
Jump to navigation
Jump to search
Wangyujie96 (talk | contribs) (Created page with 'function mono_invoke_method(domain, method, object, args):mono_readObject()') |
Wangyujie96 (talk | contribs) |
||
Line 1: | Line 1: | ||
− | function mono_invoke_method(domain, method, | + | '''function''' mono_invoke_method(''domain'', ''method'', ''instanseAddress'', ''args''): mono_readObject()?? |
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | == '''Function Parameters''' == | ||
+ | |||
+ | '''Parameter Type Description''' | ||
+ | |||
+ | domain string the domain's name | ||
+ | |||
+ | method string The methods name | ||
+ | |||
+ | instanseAddress integer The address of instanse (?) | ||
+ | |||
+ | args table the arguments | ||
+ | |||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | == Examples == | ||
+ | |||
+ | mono_invoke_method('','ChangJingData',0x530000,{{999993.0}}) |
Revision as of 12:20, 17 December 2018
function mono_invoke_method(domain, method, instanseAddress, args): mono_readObject()??
Function Parameters
Parameter Type Description
domain string the domain's name
method string The methods name
instanseAddress integer The address of instanse (?)
args table the arguments
Examples
mono_invoke_method(,'ChangJingData',0x530000,Template:999993.0)