The Battle for Wesnoth  1.19.10+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 (byte_index, 2, 2)
 
 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/77]

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

◆ DEFINE_WFL_FUNCTION() [2/77]

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

Definition at line 566 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [3/77]

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

Definition at line 1319 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [4/77]

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

Definition at line 1363 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [5/77]

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

Definition at line 1280 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [6/77]

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

Definition at line 555 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [7/77]

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

Definition at line 577 of file function.cpp.

References utf8::size().

◆ DEFINE_WFL_FUNCTION() [8/77]

wfl::builtins::DEFINE_WFL_FUNCTION ( byte_index  ,
,
 
)

Definition at line 499 of file function.cpp.

References utf8::index().

◆ DEFINE_WFL_FUNCTION() [9/77]

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

Definition at line 602 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [10/77]

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

Definition at line 1205 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [11/77]

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

◆ DEFINE_WFL_FUNCTION() [12/77]

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

◆ DEFINE_WFL_FUNCTION() [13/77]

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

Definition at line 506 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [14/77]

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

Definition at line 862 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [15/77]

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

Definition at line 537 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [16/77]

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

Definition at line 95 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [17/77]

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

◆ DEFINE_WFL_FUNCTION() [18/77]

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

◆ DEFINE_WFL_FUNCTION() [19/77]

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

◆ DEFINE_WFL_FUNCTION() [20/77]

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

Definition at line 117 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [21/77]

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

◆ DEFINE_WFL_FUNCTION() [22/77]

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

Definition at line 1304 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [23/77]

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

Definition at line 468 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [24/77]

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

Definition at line 642 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [25/77]

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

◆ DEFINE_WFL_FUNCTION() [26/77]

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

◆ DEFINE_WFL_FUNCTION() [27/77]

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

Definition at line 870 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [28/77]

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

Definition at line 1237 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [29/77]

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

Definition at line 1259 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [30/77]

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

◆ DEFINE_WFL_FUNCTION() [31/77]

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

◆ DEFINE_WFL_FUNCTION() [32/77]

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

Definition at line 660 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [33/77]

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

Definition at line 133 of file function.cpp.

References n, and utf8::size().

◆ DEFINE_WFL_FUNCTION() [34/77]

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

Definition at line 667 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [35/77]

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

Definition at line 475 of file function.cpp.

References utf8::insert().

◆ DEFINE_WFL_FUNCTION() [36/77]

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

Definition at line 331 of file function.cpp.

References wfl::variant::get_keys().

◆ DEFINE_WFL_FUNCTION() [37/77]

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

Definition at line 494 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [38/77]

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

Definition at line 727 of file function.cpp.

References wfl::add_debug_info().

◆ DEFINE_WFL_FUNCTION() [39/77]

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

Definition at line 735 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [40/77]

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

Definition at line 1288 of file function.cpp.

References wfl::add_debug_info().

◆ DEFINE_WFL_FUNCTION() [41/77]

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

Definition at line 1334 of file function.cpp.

References get_tiles_in_radius(), loc, and n.

◆ DEFINE_WFL_FUNCTION() [42/77]

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

Definition at line 621 of file function.cpp.

References utf8::size().

◆ DEFINE_WFL_FUNCTION() [43/77]

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

◆ DEFINE_WFL_FUNCTION() [44/77]

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

◆ DEFINE_WFL_FUNCTION() [45/77]

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

◆ DEFINE_WFL_FUNCTION() [46/77]

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

Definition at line 1194 of file function.cpp.

References i.

◆ DEFINE_WFL_FUNCTION() [47/77]

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

Definition at line 1296 of file function.cpp.

References wfl::add_debug_info().

◆ DEFINE_WFL_FUNCTION() [48/77]

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

Definition at line 655 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [49/77]

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

◆ DEFINE_WFL_FUNCTION() [50/77]

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

◆ DEFINE_WFL_FUNCTION() [51/77]

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

Definition at line 420 of file function.cpp.

References utf8::size().

◆ DEFINE_WFL_FUNCTION() [52/77]

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

Definition at line 452 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [53/77]

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

◆ DEFINE_WFL_FUNCTION() [54/77]

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

Definition at line 609 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [55/77]

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

◆ DEFINE_WFL_FUNCTION() [56/77]

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

Definition at line 1219 of file function.cpp.

References d, and f.

◆ DEFINE_WFL_FUNCTION() [57/77]

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

Definition at line 1268 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [58/77]

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

Definition at line 530 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [59/77]

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

Definition at line 1188 of file function.cpp.

References wfl::variant::num_elements().

◆ DEFINE_WFL_FUNCTION() [60/77]

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

Definition at line 823 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [61/77]

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

Definition at line 591 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [62/77]

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

Definition at line 461 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [63/77]

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

Definition at line 523 of file function.cpp.

References utils::views::transform.

◆ DEFINE_WFL_FUNCTION() [64/77]

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

Definition at line 516 of file function.cpp.

References utils::views::transform.

◆ DEFINE_WFL_FUNCTION() [65/77]

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

Definition at line 389 of file function.cpp.

References utf8::size().

◆ DEFINE_WFL_FUNCTION() [66/77]

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

◆ DEFINE_WFL_FUNCTION() [67/77]

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

Definition at line 148 of file function.cpp.

References n, and utf8::size().

◆ DEFINE_WFL_FUNCTION() [68/77]

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

◆ DEFINE_WFL_FUNCTION() [69/77]

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

Definition at line 995 of file function.cpp.

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

◆ DEFINE_WFL_FUNCTION() [70/77]

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

Definition at line 544 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [71/77]

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() [72/77]

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

◆ DEFINE_WFL_FUNCTION() [73/77]

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

Definition at line 1251 of file function.cpp.

References d.

◆ DEFINE_WFL_FUNCTION() [74/77]

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

Definition at line 1429 of file function.cpp.

References wfl::variant::type_string().

◆ DEFINE_WFL_FUNCTION() [75/77]

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

Definition at line 337 of file function.cpp.

References wfl::variant::get_values().

◆ DEFINE_WFL_FUNCTION() [76/77]

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

Definition at line 720 of file function.cpp.

◆ DEFINE_WFL_FUNCTION() [77/77]

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

Definition at line 1063 of file function.cpp.

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