In the file "charmessages.cpp" of Planeshift's source code, the following function is defined:
psCharUploadMessage::ToString(NetBase::AccessPointers* accessPointers)
However, there are no examples demonstrating how to call it, or any of the other "ToString(NetBase::AccessPointers* accessPointers)" functions. What is the proper syntax for the access pointer parameter when calling this function?