Containers
String.h

String::c_strA

Returns a narrow pointer to the string data
Description
Returns a pointer to the string data, suitable for use by any function that requires a char pointer. Note that because this value is a
pointer into a memory pool, it should not be used beyond the current video frame, as the pointer is not guaranteed to remain valid past
the current frame.
Prototype
const char* c_strA();