toggle
/*
** Usage:
** toggle(b)
**
** Arguments:
** b boolean
**
** Returns:
** the given boolean negated
**
** GMLscripts.com
*/
{
return !argument0;
}
** Usage:
** toggle(b)
**
** Arguments:
** b boolean
**
** Returns:
** the given boolean negated
**
** GMLscripts.com
*/
{
return !argument0;
}
[Please Login]
Projects: 9
Contributor: OpticalLiam
comments powered by Disqus

Related: