aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_inventory.h
Commit message (Expand)AuthorAge
* Fix class/struct forward declaration inconsistencies (good on ya, MSVC)Kahrl2013-06-06
* Move scriptapi to separate folder (by sapier)sapier2013-05-25
span class="hl opt">(serialized_func) local param = core.deserialize(serialized_param) local retval = nil if type(func) == "function" then retval = core.serialize(func(param)) else core.log("error", "ASYNC WORKER: Unable to deserialize function") end return retval or core.serialize(nil) end