1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-09-18 18:27:18 +02:00

Implemented functions to create pickup entities and added constructor to create an entity reference from a base reference.

This commit is contained in:
Sandu Liviu Catalin
2015-11-01 01:32:16 +02:00
parent 6c308ee85c
commit 8d8c9be2fd
2 changed files with 198 additions and 1 deletions

View File

@@ -25,6 +25,11 @@ public:
*/
using RefType::Reference;
/* --------------------------------------------------------------------------------------------
* Construct a reference from a base reference.
*/
CPickup(const Reference< CPickup > & o) noexcept;
/* --------------------------------------------------------------------------------------------
* See if the referenced pickup instance is streamed for the specified player.
*/