Frictional Games Forum (read-only)

Full Version: Comparision operators
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've known how these comparision operators work for a couple of weeks and I've not found out what all of them does. I know these:

== Equal to
< Less than
> Greater than
//= Less than/Greater than or equal to
!= Not equal to
&& And
|| Or
! Not

Can someone mention the others? (If there now are more). Just to be secure.
(12-11-2013, 09:39 PM)Neelke Wrote: [ -> ]I've known how these comparision operators work for a couple of weeks and I've not found out what all of them does. I know these:

== Equal to
< Less than
> Greater than
//= Less than/Greater than or equal to
!= Not equal to
&& And
|| Or
! Not

Can someone mention the others? (If there now are more). Just to be secure.

Whether or not all of these can be implemented, I am unaware, but these are the operators for angel script.

http://www.angelcode.com/angelscript/sdk...dence.html