Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some scripting sign questions
Acies Offline
Posting Freak

Posts: 1,643
Threads: 60
Joined: Feb 2011
Reputation: 73
#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
Khyrpa Offline
Senior Member

Posts: 638
Threads: 10
Joined: Apr 2011
Reputation: 24
#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
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#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
Acies Offline
Posting Freak

Posts: 1,643
Threads: 60
Joined: Feb 2011
Reputation: 73
#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




Users browsing this thread: 1 Guest(s)