%serverGetProfile()

Aliases%serverGetProfile( )
Parameters-

    Returns the profile for the currently running server instance. This
function is useful for adding debugging output that you don't want to be
available on the main game port.

Example:

if( %serverGetProfile() == "testport" )
{
%printValue( %contextGetVars(), Blobbie )
}
endif