The Battle for Wesnoth  1.19.5+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 (replace_all, 3, 3)
 
 DEFINE_WFL_FUNCTION (starts_with, 2, 2)
 
 DEFINE_WFL_FUNCTION (ends_with, 2, 2)
 
 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 (lerp_index, 2, 2)
 
 DEFINE_WFL_FUNCTION (get_palette, 1, 1)
 
 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/76]

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

◆ DEFINE_WFL_FUNCTION() [2/76]

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

Definition at line 559 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [3/76]

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

Definition at line 1312 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [4/76]

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

Definition at line 1356 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [5/76]

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

Definition at line 1273 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [6/76]

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

Definition at line 548 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [7/76]

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

Definition at line 570 of file function.cpp.

References utf8::size().

◆ DEFINE_WFL_FUNCTION() [8/76]

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

Definition at line 595 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [9/76]

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

Definition at line 1198 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [10/76]

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

◆ DEFINE_WFL_FUNCTION() [11/76]

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

◆ DEFINE_WFL_FUNCTION() [12/76]

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

Definition at line 499 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [13/76]

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

Definition at line 855 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [14/76]

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

Definition at line 530 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [15/76]

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/76]

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

◆ DEFINE_WFL_FUNCTION() [17/76]

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

◆ DEFINE_WFL_FUNCTION() [18/76]

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

◆ DEFINE_WFL_FUNCTION() [19/76]

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/76]

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

◆ DEFINE_WFL_FUNCTION() [21/76]

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

Definition at line 1297 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [22/76]

wfl::builtins::DEFINE_WFL_FUNCTION ( ends_with  ,
,
 
)

Definition at line 468 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [23/76]

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

Definition at line 635 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [24/76]

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

◆ DEFINE_WFL_FUNCTION() [25/76]

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

◆ DEFINE_WFL_FUNCTION() [26/76]

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

Definition at line 863 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [27/76]

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

Definition at line 1230 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [28/76]

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

Definition at line 1252 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [29/76]

wfl::builtins::DEFINE_WFL_FUNCTION ( get_palette  ,
,
 
)

◆ DEFINE_WFL_FUNCTION() [30/76]

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

◆ DEFINE_WFL_FUNCTION() [31/76]

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

Definition at line 653 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [32/76]

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

Definition at line 130 of file function.cpp.

References n, and utf8::size().

◆ DEFINE_WFL_FUNCTION() [33/76]

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

Definition at line 660 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [34/76]

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

Definition at line 475 of file function.cpp.

References utf8::insert().

◆ DEFINE_WFL_FUNCTION() [35/76]

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

Definition at line 331 of file function.cpp.

References wfl::variant::get_keys().

◆ DEFINE_WFL_FUNCTION() [36/76]

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

Definition at line 494 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [37/76]

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

Definition at line 720 of file function.cpp.

References wfl::add_debug_info().

◆ DEFINE_WFL_FUNCTION() [38/76]

wfl::builtins::DEFINE_WFL_FUNCTION ( lerp_index  ,
,
 
)

Definition at line 728 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [39/76]

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

Definition at line 1281 of file function.cpp.

References wfl::add_debug_info().

◆ DEFINE_WFL_FUNCTION() [40/76]

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

Definition at line 1327 of file function.cpp.

References get_tiles_in_radius(), and n.

◆ DEFINE_WFL_FUNCTION() [41/76]

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

Definition at line 614 of file function.cpp.

References utf8::size().

◆ DEFINE_WFL_FUNCTION() [42/76]

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

◆ DEFINE_WFL_FUNCTION() [43/76]

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

◆ DEFINE_WFL_FUNCTION() [44/76]

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

◆ DEFINE_WFL_FUNCTION() [45/76]

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

Definition at line 1187 of file function.cpp.

References i.

◆ DEFINE_WFL_FUNCTION() [46/76]

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

Definition at line 1289 of file function.cpp.

References wfl::add_debug_info().

◆ DEFINE_WFL_FUNCTION() [47/76]

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

Definition at line 648 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [48/76]

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

◆ DEFINE_WFL_FUNCTION() [49/76]

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

◆ DEFINE_WFL_FUNCTION() [50/76]

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

Definition at line 420 of file function.cpp.

References utf8::size().

◆ DEFINE_WFL_FUNCTION() [51/76]

wfl::builtins::DEFINE_WFL_FUNCTION ( replace_all  ,
,
 
)

Definition at line 452 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [52/76]

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

◆ DEFINE_WFL_FUNCTION() [53/76]

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

Definition at line 602 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [54/76]

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

◆ DEFINE_WFL_FUNCTION() [55/76]

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

Definition at line 1212 of file function.cpp.

References d, and f.

◆ DEFINE_WFL_FUNCTION() [56/76]

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

Definition at line 1261 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [57/76]

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

Definition at line 523 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [58/76]

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

Definition at line 1181 of file function.cpp.

References wfl::variant::num_elements().

◆ DEFINE_WFL_FUNCTION() [59/76]

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

Definition at line 816 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [60/76]

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

Definition at line 584 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [61/76]

wfl::builtins::DEFINE_WFL_FUNCTION ( starts_with  ,
,
 
)

Definition at line 461 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [62/76]

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

Definition at line 516 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [63/76]

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

Definition at line 509 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [64/76]

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

Definition at line 389 of file function.cpp.

References utf8::size().

◆ DEFINE_WFL_FUNCTION() [65/76]

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

◆ DEFINE_WFL_FUNCTION() [66/76]

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

Definition at line 145 of file function.cpp.

References n, and utf8::size().

◆ DEFINE_WFL_FUNCTION() [67/76]

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

◆ DEFINE_WFL_FUNCTION() [68/76]

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

Definition at line 988 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [69/76]

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

Definition at line 537 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [70/76]

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() [71/76]

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

◆ DEFINE_WFL_FUNCTION() [72/76]

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

Definition at line 1244 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [73/76]

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

Definition at line 1422 of file function.cpp.

References wfl::variant::type_string().

◆ DEFINE_WFL_FUNCTION() [74/76]

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

Definition at line 337 of file function.cpp.

References wfl::variant::get_values().

◆ DEFINE_WFL_FUNCTION() [75/76]

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

Definition at line 713 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [76/76]

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

Definition at line 1056 of file function.cpp.

References i, and output().