Collision ones are in the globals.lua:
function CollisionOn(e)
SendMessageI("collisionon",e);
end
function CollisionOff(e)
SendMessageI("collisionoff",e);
end
only gravity related commands are:
function GravityOff(e)
SendMessageI("setnogravity",e,1);
end
function GravityOn(e)
SendMessageI("setnogravity",e,0);
end
If commands do not exist in GLOBALS.LUA they don't exist at all. However, if you're clever enough you can create your own functions in LUA
Professional Programmer: Languages- SAS (Statistical Analysis Software) , C++, SQL, PL-SQL, JavaScript, HTML, Darkbasic Pro (still love this language), Purebasic, others
Hardware: Dell Precision 490; AMD Radeon HD 7570; 12GB.
FPSC to GameGuru Tools: SegAutoWelder, Entity+Weapon Welder