ender  0.0.9
Descriptorlibrary
Functions
Constant

A constant represents an identifier with its associated value. More...

Functions

EAPI Ender_Itemender_item_constant_type_get (Ender_Item *i)
EAPI void ender_item_constant_value_get (Ender_Item *i, Ender_Value *v)

Detailed Description

A constant represents an identifier with its associated value.


Function Documentation

Get the type of a constant

Parameters:
iThe constant to get the type from
Returns:
The type of a constant

Get the value of a constant

Parameters:
iThe constant to get the value from
[out]vThe value of the constant
 All Data Structures