SC_String_GetData()
Gets the data owned by SC_String.
Synopsis:
#include <scoreloop/sc_string.h>
const char* SC_String_GetData(SC_String_h self)
Arguments:
- self
-
An opaque handle for the current string instance.
Library:
libscoreloopcoreDescription:
This method provides access to the data owned by the SC_String.
Returns:
const char* A pointer to the UTF-8 char data owned by the SC_String.