Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some scripting sign questions
Author Message
Acies Offline
Posting Freak

Posts: 1,273
Joined: Feb 2011
Reputation: 54
Post: #1
Some scripting sign questions
Hi!

I have skimmed through the wiki and I couldn't find expressions for how to write:

Greater than:
Lesser than:
Greater than or equal to:
Lesser than or equal to:

I know that:
Equal to: ==
Not equal to: !=

Always appreciate any help given Smile

[Image: mZiYnxe.png]


08-25-2011 12:48 PM
Find all posts by this user Quote this message in a reply
Khyrpa Offline
Senior Member

Posts: 615
Joined: Apr 2011
Reputation: 24
Post: #2
RE: Some scripting sign questions
I think you can find those somewhere here...
http://www.angelcode.com/angelscript/sdk...words.html

It doesn't really tell what those mean though. But that page should have the answers, somewhere.

(This post was last modified: 08-25-2011 12:57 PM by Khyrpa.)
08-25-2011 12:54 PM
Find all posts by this user Quote this message in a reply
Kyle Offline
Posting Freak

Posts: 910
Joined: Sep 2010
Reputation: 7
Post: #3
RE: Some scripting sign questions
Since it doesn't really label it, then I'll have to! Tongue

Greater than: >
Lesser than: <
Greater than or equal to: >=
Lesser than or equal to: <=

And to add to this...

And = &&
Or = || (The button below the backspace and above the enter keys + shift)

08-25-2011 01:12 PM
Find all posts by this user Quote this message in a reply
Acies Offline
Posting Freak

Posts: 1,273
Joined: Feb 2011
Reputation: 54
Post: #4
RE: Some scripting sign questions
(08-25-2011 01:12 PM)Kyle Wrote:  Since it doesn't really label it, then I'll have to! Tongue

Greater than: >
Lesser than: <
Greater than or equal to: >=
Lesser than or equal to: <=

And to add to this...

And = &&
Or = || (The button below the backspace and above the enter keys + shift)

Thank you.

[Image: mZiYnxe.png]


08-25-2011 01:21 PM
Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)