mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Added min and max script pseudo-functions
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@497 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -70,6 +70,8 @@ enum BinaryInstructionType
|
||||
, I_GT ///< operator >
|
||||
, I_LE ///< operator <=
|
||||
, I_GE ///< operator >=
|
||||
, I_MIN ///< minimum
|
||||
, I_MAX ///< maximum
|
||||
// Error handling
|
||||
, I_OR_ELSE ///< if a != error then a else b
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user