SC_String_Retain()
Increments the object's reference count.
Synopsis:
#include <scoreloop/sc_string.h>
void SC_String_Retain(SC_String_h self)
Arguments:
- self
-
An opaque handle for the current string.
Library:
libscoreloopcoreDescription:
This method increments the reference count of the string instance by 1.