simGetStringParam

Retrieves a string parameter

C++ synopsis

char* simGetStringParam(int parameter)

Arguments

Return

  • nullptr if operation was not successful. Otherwise the string parameter. The user is in charge of releasing the returned buffer with simReleaseBuffer.


See also: