The Battle for Wesnoth  1.19.8+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 565 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [3/76]

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

Definition at line 1318 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [4/76]

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

Definition at line 1362 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [5/76]

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

Definition at line 1279 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [6/76]

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

Definition at line 554 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [7/76]

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

Definition at line 576 of file function.cpp.

References utf8::size().

◆ DEFINE_WFL_FUNCTION() [8/76]

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

Definition at line 601 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [9/76]

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

Definition at line 1204 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 505 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [13/76]

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

Definition at line 861 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [14/76]

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

Definition at line 536 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [15/76]

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

Definition at line 94 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 116 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 1303 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [22/76]

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

Definition at line 474 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [23/76]

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

Definition at line 641 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 869 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [27/76]

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

Definition at line 1236 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [28/76]

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

Definition at line 1258 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 659 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [32/76]

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

Definition at line 132 of file function.cpp.

References n, and utf8::size().

◆ DEFINE_WFL_FUNCTION() [33/76]

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

Definition at line 666 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 481 of file function.cpp.

References utf8::insert().

◆ DEFINE_WFL_FUNCTION() [35/76]

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

Definition at line 337 of file function.cpp.

References wfl::variant::get_keys().

◆ DEFINE_WFL_FUNCTION() [36/76]

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

Definition at line 500 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [37/76]

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

Definition at line 726 of file function.cpp.

References wfl::add_debug_info().

◆ DEFINE_WFL_FUNCTION() [38/76]

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

Definition at line 734 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [39/76]

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

Definition at line 1287 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 1333 of file function.cpp.

References get_tiles_in_radius(), loc, and n.

◆ DEFINE_WFL_FUNCTION() [41/76]

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

Definition at line 620 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 1193 of file function.cpp.

References i.

◆ DEFINE_WFL_FUNCTION() [46/76]

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

Definition at line 1295 of file function.cpp.

References wfl::add_debug_info().

◆ DEFINE_WFL_FUNCTION() [47/76]

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

Definition at line 654 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 426 of file function.cpp.

References utf8::size().

◆ DEFINE_WFL_FUNCTION() [51/76]

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

Definition at line 458 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 608 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 1218 of file function.cpp.

References d, and f.

◆ DEFINE_WFL_FUNCTION() [56/76]

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

Definition at line 1267 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [57/76]

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

Definition at line 529 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [58/76]

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

Definition at line 1187 of file function.cpp.

References wfl::variant::num_elements().

◆ DEFINE_WFL_FUNCTION() [59/76]

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

Definition at line 822 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 590 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [61/76]

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

Definition at line 467 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [62/76]

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

Definition at line 522 of file function.cpp.

References utils::views::transform.

◆ DEFINE_WFL_FUNCTION() [63/76]

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

Definition at line 515 of file function.cpp.

References utils::views::transform.

◆ DEFINE_WFL_FUNCTION() [64/76]

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

Definition at line 395 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 147 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 994 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 543 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [70/76]

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

Definition at line 349 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 1250 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [73/76]

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

Definition at line 1428 of file function.cpp.

References wfl::variant::type_string().

◆ DEFINE_WFL_FUNCTION() [74/76]

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

Definition at line 343 of file function.cpp.

References wfl::variant::get_values().

◆ DEFINE_WFL_FUNCTION() [75/76]

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

Definition at line 719 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [76/76]

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

Definition at line 1062 of file function.cpp.

References i, output(), and utils::views::transform.