formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates
Description
Sets a fuim item to be true when the associated character data (data_ptr) is true (true_value). The item is true when the value in data_ptr equals true_value and false otherwise.
Plugin Prototype
void fz_fuim_item_unary_char(
fuim_tmpl, | |
short | item_id, |
char * | data_ptr, |
char | true_value ) |
Parameters
fuim_tmpl [Input]
fuim manager
item_id [Input]
item id
data_ptr [Input]
pointer to data to check for true value
true_value [Input]
value that indicates true
Returns
None
Availability
5.0.0.0
See Also
fz_fuim_item_unary_bool, fz_fuim_item_unary_uchar, fz_fuim_item_unary_short, fz_fuim_item_unary_ushort, fz_fuim_item_unary_int, fz_fuim_item_unary_uint
Function Set
Defined in