Editing
Expressions
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Syntax == {| class="wikitable" |+ ! ! !Example |- |'AADSD' |literal string |'AADSD' |- |4.3 |number |4.3 |- |[1 4 5.5] |vector |[1 4 5.5] |- |entityname.variable |access entity [https://raw.githubusercontent.com/powerlord/tf2-data/master/netprops.txt sendprop], [https://raw.githubusercontent.com/powerlord/tf2-data/master/datamaps.txt datamap], or custom variable |!activator.m_iHealth + 41 |- | + - * / % |add, subtract, multiply, divide, modulo operators |5 + 2 |- |.. |join strings |'This is ' .. 2 .. ' awesome' |- |> >= < <= == != |comparison operators |test(7 > 3, 1, 3) |- |() |parentheses, expression inside is calculated before others |(4 + 3) * 2 |- |function(param 1, param 2 ...) |function |min(entity.m_iHealth, entity2.m_iHealth) |- |<nowiki>&& ||</nowiki> |and, or operators |entity.m_iHealth > 4 && entity2.m_iHealth < 2 |- |<nowiki>& | ^</nowiki> |and, or, xor binary operators | |- |>> << |right bit shift, left bit shift | |- |pi |pi number |pi * pi |- |degtorad, radtodeg |convert angle between degrees and radiants |9 * degtorad |- |true, false |logical true/false | |} Values are automatically converted when types of left and right sides of operators differ. For example, [1 4 5] + 4 will automatically convert 4 to [4 4 4] vector. \' escapes single quotes inside literal string.
Summary:
Please note that all contributions to SigMod are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
SigMod:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
British English
Views
Read
Edit
Edit source
View history
More
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information