fixup compiler errors & finalize json (de-)serialization for values
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
03c18debec
commit
28230a1626
13 changed files with 116 additions and 58 deletions
|
|
@ -112,7 +112,7 @@ IKA_API void ikarus_entity_get_properties(
|
|||
);
|
||||
|
||||
/// \brief Gets the value of a property of an entity.
|
||||
/// \details If the entity has never set the value of the property, the default value is returned (which may be indeterminate).
|
||||
/// \details If the entity has never set the value of the property, the default value is returned (which may be undefined).
|
||||
/// \param entity The entity to get the value of.
|
||||
/// \pre \li Must not be null.
|
||||
/// \pre \li Must exist.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue