ExportSingleCharacter(object)
Force the character of the player specified to be exported to its respective directory, i.e. LocalVault/ServerVault/ etc.
void ExportSingleCharacter( object oPlayer );
Parameters
oPlayer
PC character to export
Description
Exports oPlayer to either LocalVault or ServerVault depending on server settings. In single player, LocalVault will always be used.
Remarks
Since ExportAllCharacters only works in multiplayer, this is the command to use in single player.
Version
1.31
See Also
functions: | ExportAllCharacters |
categories: | Miscellaneous Functions | Server Functions |
author: Lilac Soul