From 083e878dd8d4a06b099cf9e536161aa6389453b9 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Sun, 23 Aug 2015 09:22:30 -0700 Subject: [PATCH] Oops, missed the important part --- Sources/Plasma/FeatureLib/pfPython/pyPlayerGlue.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Plasma/FeatureLib/pfPython/pyPlayerGlue.cpp b/Sources/Plasma/FeatureLib/pfPython/pyPlayerGlue.cpp index ec1b0f83..a38b1b6c 100644 --- a/Sources/Plasma/FeatureLib/pfPython/pyPlayerGlue.cpp +++ b/Sources/Plasma/FeatureLib/pfPython/pyPlayerGlue.cpp @@ -167,6 +167,7 @@ PYTHON_METHOD_DEFINITION_NOARGS(ptPlayer, isServer) PYTHON_START_METHODS_TABLE(ptPlayer) PYTHON_METHOD_NOARGS(ptPlayer, getPlayerName, "Returns the name of the player"), + PYTHON_METHOD_NOARGS(ptPlayer, getPlayerNameW, "Returns the name of the player as Unicode"), PYTHON_METHOD_NOARGS(ptPlayer, getPlayerID, "Returns the unique player ID"), PYTHON_METHOD_NOARGS(ptPlayer, getDistanceSq, "Returns the distance to remote player from local player"), PYTHON_METHOD_NOARGS(ptPlayer, isCCR, "Is this player a CCR?"),