What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Reading LUA GetCVar Question

silversurfer

New Member
Joined
Mar 12, 2010
Messages
69
Reaction score
2
Hello everyone,

i want to read the "AutoLootDefault" Value and dont know at the moment which would be the best way to do this. I tried to use public static bool GetLocalizedBool but i am not sure what to insert into the second parameter (Me.baseAddress did not work) Any help would be great :)

thanks in advance and best regards
 
Hello everyone,

i want to read the "AutoLootDefault" Value and dont know at the moment which would be the best way to do this. I tried to use public static bool GetLocalizedBool but i am not sure what to insert into the second parameter (Me.baseAddress did not work) Any help would be great :)

thanks in advance and best regards

List<string> retVales = Lua.LuaGetReturnValues("return 1,2,3,4", "myscript.lua");
 
Back
Top