Difference between revisions of "Mono:Lua:mono invoke method"

From Cheat Engine
Jump to navigation Jump to search
(Created page with 'function mono_invoke_method(domain, method, object, args):mono_readObject()')
 
Line 1: Line 1:
function mono_invoke_method(domain, method, object, args):mono_readObject()
+
'''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)