ender
0.0.9
Descriptorlibrary
|
A constant represents an identifier with its associated value. More...
Functions | |
EAPI Ender_Item * | ender_item_constant_type_get (Ender_Item *i) |
EAPI void | ender_item_constant_value_get (Ender_Item *i, Ender_Value *v) |
A constant represents an identifier with its associated value.
EAPI Ender_Item* ender_item_constant_type_get | ( | Ender_Item * | i | ) |
Get the type of a constant
i | The constant to get the type from |
EAPI void ender_item_constant_value_get | ( | Ender_Item * | i, |
Ender_Value * | v | ||
) |
Get the value of a constant
i | The constant to get the value from | |
[out] | v | The value of the constant |