awe_jsvalue_create_bool_value

Create a JSValue instance initialized with a boolean type. You must call awe_jsvalue_destroy with the returned instance once you're done using it.

@param value The initial value

version(Windows)
awe_jsvalue_create_bool_value
(
bool value
)

Meta