VAULTSCRIPT VAULTSPACE Result (*VAULTAPI(CallPublic))(VAULTSPACE cRawString, ...) VAULTCPP(noexcept);
native CallPublic(const name{}, {Fixed,Float,_}:...);
Void VAULTSCRIPT exec() noexcept { // MagicFunction is a public function defined in some other script Result result = CallPublic("MagicFunction", 1, 2, "www.vaultmp.com"); }
main() { // MagicFunction is a public function defined in some other script new result = CallPublic("MagicFunction", 1, 2, "www.vaultmp.com"); }
Created by Last edited by , 08-14-2012 at 09:04 PM 0 Comments, 2,164 Views |
, 10-04-2011 at 02:36 PM