The Battle for Wesnoth  1.19.0-dev
Functions
wfl::builtins Namespace Reference

Functions

 DEFINE_WFL_FUNCTION (debug, 0, 1)
 
 DEFINE_WFL_FUNCTION (dir, 1, 1)
 
 DEFINE_WFL_FUNCTION (if, 2, -1)
 
 DEFINE_WFL_FUNCTION (switch, 3, -1)
 
 DEFINE_WFL_FUNCTION (abs, 1, 1)
 
 DEFINE_WFL_FUNCTION (min, 1, -1)
 
 DEFINE_WFL_FUNCTION (max, 1, -1)
 
 DEFINE_WFL_FUNCTION (debug_float, 2, 3)
 
 DEFINE_WFL_FUNCTION (debug_print, 1, 2)
 
 DEFINE_WFL_FUNCTION (debug_profile, 1, 2)
 
 DEFINE_WFL_FUNCTION (keys, 1, 1)
 
 DEFINE_WFL_FUNCTION (values, 1, 1)
 
 DEFINE_WFL_FUNCTION (tolist, 1, 1)
 
 DEFINE_WFL_FUNCTION (tomap, 1, 2)
 
 DEFINE_WFL_FUNCTION (substring, 2, 3)
 
 DEFINE_WFL_FUNCTION (replace, 3, 4)
 
 DEFINE_WFL_FUNCTION (insert, 3, 3)
 
 DEFINE_WFL_FUNCTION (length, 1, 1)
 
 DEFINE_WFL_FUNCTION (concatenate, 1, -1)
 
 DEFINE_WFL_FUNCTION (str_upper, 1, 1)
 
 DEFINE_WFL_FUNCTION (str_lower, 1, 1)
 
 DEFINE_WFL_FUNCTION (sin, 1, 1)
 
 DEFINE_WFL_FUNCTION (cos, 1, 1)
 
 DEFINE_WFL_FUNCTION (tan, 1, 1)
 
 DEFINE_WFL_FUNCTION (asin, 1, 1)
 
 DEFINE_WFL_FUNCTION (acos, 1, 1)
 
 DEFINE_WFL_FUNCTION (atan, 1, 2)
 
 DEFINE_WFL_FUNCTION (sqrt, 1, 1)
 
 DEFINE_WFL_FUNCTION (cbrt, 1, 1)
 
 DEFINE_WFL_FUNCTION (root, 2, 2)
 
 DEFINE_WFL_FUNCTION (log, 1, 2)
 
 DEFINE_WFL_FUNCTION (exp, 1, 1)
 
 DEFINE_WFL_FUNCTION (pi, 0, 0)
 
 DEFINE_WFL_FUNCTION (hypot, 2, 2)
 
 DEFINE_WFL_FUNCTION (index_of, 2, 2)
 
 DEFINE_WFL_FUNCTION (choose, 2, 3)
 
 DEFINE_WFL_FUNCTION (wave, 1, 1)
 
 DEFINE_WFL_FUNCTION (lerp, 3, 3)
 
 DEFINE_WFL_FUNCTION (clamp, 3, 3)
 
 DEFINE_WFL_FUNCTION (sort, 1, 2)
 
 DEFINE_WFL_FUNCTION (reverse, 1, 1)
 
 DEFINE_WFL_FUNCTION (contains_string, 2, 2)
 
 DEFINE_WFL_FUNCTION (find_string, 2, 2)
 
 DEFINE_WFL_FUNCTION (filter, 2, 3)
 
 DEFINE_WFL_FUNCTION (find, 2, 3)
 
 DEFINE_WFL_FUNCTION (map, 2, 3)
 
 DEFINE_WFL_FUNCTION (take_while, 2, 2)
 
 DEFINE_WFL_FUNCTION (zip, 1, -1)
 
 DEFINE_WFL_FUNCTION (reduce, 2, 3)
 
 DEFINE_WFL_FUNCTION (sum, 1, 2)
 
 DEFINE_WFL_FUNCTION (head, 1, 2)
 
 DEFINE_WFL_FUNCTION (tail, 1, 2)
 
 DEFINE_WFL_FUNCTION (size, 1, 1)
 
 DEFINE_WFL_FUNCTION (null, 0, -1)
 
 DEFINE_WFL_FUNCTION (ceil, 1, 1)
 
 DEFINE_WFL_FUNCTION (round, 1, 1)
 
 DEFINE_WFL_FUNCTION (floor, 1, 1)
 
 DEFINE_WFL_FUNCTION (trunc, 1, 1)
 
 DEFINE_WFL_FUNCTION (frac, 1, 1)
 
 DEFINE_WFL_FUNCTION (sgn, 1, 1)
 
 DEFINE_WFL_FUNCTION (as_decimal, 1, 1)
 
 DEFINE_WFL_FUNCTION (loc, 2, 2)
 
 DEFINE_WFL_FUNCTION (pair, 2, 2)
 
 DEFINE_WFL_FUNCTION (distance_between, 2, 2)
 
 DEFINE_WFL_FUNCTION (adjacent_locs, 1, 1)
 
 DEFINE_WFL_FUNCTION (locations_in_radius, 2, 2)
 
 DEFINE_WFL_FUNCTION (are_adjacent, 2, 2)
 
 DEFINE_WFL_FUNCTION (relative_dir, 2, 2)
 
 DEFINE_WFL_FUNCTION (direction_from, 2, 3)
 
 DEFINE_WFL_FUNCTION (rotate_loc_around, 2, 3)
 
 DEFINE_WFL_FUNCTION (type, 1, 1)
 

Function Documentation

◆ DEFINE_WFL_FUNCTION() [1/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( abs  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [2/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( acos  ,
,
 
)

Definition at line 536 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [3/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( adjacent_locs  ,
,
 
)

Definition at line 1257 of file function.cpp.

References wfl::add_debug_info(), and get_adjacent_tiles().

◆ DEFINE_WFL_FUNCTION() [4/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( are_adjacent  ,
,
 
)

Definition at line 1301 of file function.cpp.

References wfl::add_debug_info(), and tiles_adjacent().

◆ DEFINE_WFL_FUNCTION() [5/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( as_decimal  ,
,
 
)

Definition at line 1218 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [6/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( asin  ,
,
 
)

Definition at line 525 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [7/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( atan  ,
,
 
)

Definition at line 547 of file function.cpp.

References utf8::size().

◆ DEFINE_WFL_FUNCTION() [8/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( cbrt  ,
,
 
)

Definition at line 572 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [9/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( ceil  ,
,
 
)

Definition at line 1143 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [10/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( choose  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [11/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( clamp  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [12/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( concatenate  ,
,
1 
)

Definition at line 476 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [13/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( contains_string  ,
,
 
)

Definition at line 800 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [14/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( cos  ,
,
 
)

Definition at line 507 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [15/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( debug  ,
,
 
)

Definition at line 92 of file function.cpp.

References wfl::formula_expression::evaluate(), and utf8::size().

◆ DEFINE_WFL_FUNCTION() [16/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( debug_float  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [17/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( debug_print  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [18/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( debug_profile  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [19/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( dir  ,
,
 
)

Definition at line 114 of file function.cpp.

References wfl::variant::as_callable(), i, and wfl::formula_input::name.

◆ DEFINE_WFL_FUNCTION() [20/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( direction_from  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [21/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( distance_between  ,
,
 
)

Definition at line 1242 of file function.cpp.

References wfl::add_debug_info(), and distance_between().

◆ DEFINE_WFL_FUNCTION() [22/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( exp  ,
,
 
)

Definition at line 612 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [23/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( filter  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [24/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( find  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [25/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( find_string  ,
,
 
)

Definition at line 808 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [26/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( floor  ,
,
 
)

Definition at line 1175 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [27/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( frac  ,
,
 
)

Definition at line 1197 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [28/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( head  ,
,
 
)

Definition at line 1081 of file function.cpp.

References mp::ui_alerts::items, n, and utf8::size().

◆ DEFINE_WFL_FUNCTION() [29/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( hypot  ,
,
 
)

Definition at line 632 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [30/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( if  ,
,
1 
)

Definition at line 130 of file function.cpp.

References n, and utf8::size().

◆ DEFINE_WFL_FUNCTION() [31/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( index_of  ,
,
 
)

Definition at line 639 of file function.cpp.

References i, and wfl::variant::num_elements().

◆ DEFINE_WFL_FUNCTION() [32/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( insert  ,
,
 
)

Definition at line 452 of file function.cpp.

References utf8::insert().

◆ DEFINE_WFL_FUNCTION() [33/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( keys  ,
,
 
)

Definition at line 331 of file function.cpp.

References wfl::variant::get_keys().

◆ DEFINE_WFL_FUNCTION() [34/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( length  ,
,
 
)

Definition at line 471 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [35/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( lerp  ,
,
 
)

Definition at line 699 of file function.cpp.

References wfl::add_debug_info().

◆ DEFINE_WFL_FUNCTION() [36/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( loc  ,
,
 
)

Definition at line 1226 of file function.cpp.

References wfl::add_debug_info().

◆ DEFINE_WFL_FUNCTION() [37/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( locations_in_radius  ,
,
 
)

Definition at line 1272 of file function.cpp.

References get_tiles_in_radius(), and n.

◆ DEFINE_WFL_FUNCTION() [38/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( log  ,
,
 
)

Definition at line 591 of file function.cpp.

References utf8::size().

◆ DEFINE_WFL_FUNCTION() [39/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( map  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [40/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( max  ,
,
1 
)

◆ DEFINE_WFL_FUNCTION() [41/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( min  ,
,
1 
)

◆ DEFINE_WFL_FUNCTION() [42/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( null  ,
,
1 
)

Definition at line 1132 of file function.cpp.

References i.

◆ DEFINE_WFL_FUNCTION() [43/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( pair  ,
,
 
)

Definition at line 1234 of file function.cpp.

References wfl::add_debug_info().

◆ DEFINE_WFL_FUNCTION() [44/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( pi  ,
,
 
)

Definition at line 625 of file function.cpp.

References UNUSED.

◆ DEFINE_WFL_FUNCTION() [45/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( reduce  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [46/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( relative_dir  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [47/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( replace  ,
,
 
)

Definition at line 420 of file function.cpp.

References utf8::size().

◆ DEFINE_WFL_FUNCTION() [48/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( reverse  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [49/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( root  ,
,
 
)

Definition at line 579 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [50/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( rotate_loc_around  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [51/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( round  ,
,
 
)

Definition at line 1157 of file function.cpp.

References d, and f.

◆ DEFINE_WFL_FUNCTION() [52/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( sgn  ,
,
 
)

Definition at line 1206 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [53/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( sin  ,
,
 
)

Definition at line 500 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [54/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( size  ,
,
 
)

Definition at line 1126 of file function.cpp.

References mp::ui_alerts::items.

◆ DEFINE_WFL_FUNCTION() [55/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( sort  ,
,
 
)

Definition at line 761 of file function.cpp.

References n, wfl::variant::num_elements(), and utf8::size().

◆ DEFINE_WFL_FUNCTION() [56/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( sqrt  ,
,
 
)

Definition at line 561 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [57/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( str_lower  ,
,
 
)

Definition at line 493 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [58/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( str_upper  ,
,
 
)

Definition at line 486 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [59/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( substring  ,
,
 
)

Definition at line 389 of file function.cpp.

References utf8::size().

◆ DEFINE_WFL_FUNCTION() [60/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( sum  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [61/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( switch  ,
,
1 
)

Definition at line 145 of file function.cpp.

References n, and utf8::size().

◆ DEFINE_WFL_FUNCTION() [62/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( tail  ,
,
 
)

Definition at line 1104 of file function.cpp.

References mp::ui_alerts::items, n, and utf8::size().

◆ DEFINE_WFL_FUNCTION() [63/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( take_while  ,
,
 
)

Definition at line 933 of file function.cpp.

References wfl::variant::as_bool(), and mp::ui_alerts::items.

◆ DEFINE_WFL_FUNCTION() [64/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( tan  ,
,
 
)

Definition at line 514 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [65/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( tolist  ,
,
 
)

Definition at line 343 of file function.cpp.

References wfl::variant::begin(), and wfl::variant::end().

◆ DEFINE_WFL_FUNCTION() [66/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( tomap  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [67/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( trunc  ,
,
 
)

Definition at line 1189 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [68/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( type  ,
,
 
)

Definition at line 1367 of file function.cpp.

References wfl::variant::type_string().

◆ DEFINE_WFL_FUNCTION() [69/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( values  ,
,
 
)

Definition at line 337 of file function.cpp.

References wfl::variant::get_values().

◆ DEFINE_WFL_FUNCTION() [70/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( wave  ,
,
 
)

Definition at line 692 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [71/71]

wfl::builtins::DEFINE_WFL_FUNCTION ( zip  ,
,
1 
)

Definition at line 1001 of file function.cpp.

References i, and output().