Added constructor to create a player entity reference from a base reference.

This commit is contained in:
Sandu Liviu Catalin
2015-11-01 01:32:41 +02:00
parent 8d8c9be2fd
commit b0c174e75e
2 changed files with 15 additions and 1 deletions
+5
View File
@@ -30,6 +30,11 @@ public:
*/
using RefType::Reference;
/* --------------------------------------------------------------------------------------------
* Construct a reference from a base reference.
*/
CPlayer(const Reference< CPlayer > & o) noexcept;
/* --------------------------------------------------------------------------------------------
* See if the referenced player instance is streamed for the specified player.
*/