list of numbers

From Wiki

Jump to: navigation, search
Line 84: Line 84:
  
 
====_N====
 
====_N====
 +
 +
====n====
  
 
====int====
 
====int====

Revision as of 08:32, 29 May 2013

Numbers are a means to add some programmatic functionality to Sword of Moonlight via calculator like mathematical expressions. Numbers are typically setup inside of an Ex.ini file. This list contains built in and so-called system numbers only.

Sword of Moonlight

Variables

c

pc

npc

Constants

_WALK

_DASH

_TURN

Mathematics

Calculations

Arithmetic

()

||

abs

Decision trees

?:

if

Logical operations

_E

and

nand

or

nor

xor

xnor

Complex numbers

x

y

iy

Identity coalescence and inequality

nan

inf

not

neg

Reflection and recursion

_

_S

_$

Statistical analysis

n

_N

n

int

max

min

mod

r

Transcendental functions

^

cos

exp

log

pow

sin

tan