About core.inc..
#3

Here you are..
Quote:

/* Core functions
*
* © Copyright 1998-2005, ITB CompuPhase
* This file is provided as is (no warranties).
*/
#if defined _core_included
#endinput
#endif
#define _core_included
#pragma library Core

native heapspace();

native funcidx(const name[]);

native numargs();
native getarg(arg, index=0);
native setarg(arg, index=0, value);

native tolower©;
native toupper©;
native swapchars©;

native random(max);

native min(value1, value2);
native max(value1, value2);
native clamp(value, min=cellmin, max=cellmax);

native getproperty(id=0, const name[]="", value=cellmin, string[]="");
native setproperty(id=0, const name[]="", value=cellmin, const string[]="");
native deleteproperty(id=0, const name[]="", value=cellmin);
native existproperty(id=0, const name[]="", value=cellmin);
Reply


Messages In This Thread
About core.inc.. - by Vegas. - 05.06.2012, 16:50
Re: About core.inc.. - by JustinAn - 05.06.2012, 16:58
Re: About core.inc.. - by Vegas. - 05.06.2012, 17:04
Re: About core.inc.. - by Elysian` - 05.06.2012, 17:04
Re: About core.inc.. - by Jonny5 - 05.06.2012, 17:09
Re: About core.inc.. - by Vegas. - 05.06.2012, 17:09
Re: About core.inc.. - by Kwarde - 29.06.2012, 10:20

Forum Jump:


Users browsing this thread: 1 Guest(s)