1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2026-07-09 01:57:09 +02:00

Implemented functions to create checkpoint 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:31:38 +02:00
parent 2a3cef8318
commit 986fc5769e
2 changed files with 206 additions and 1 deletions
+5
View File
@@ -26,6 +26,11 @@ public:
*/
using RefType::Reference;
/* --------------------------------------------------------------------------------------------
* Construct a reference from a base reference.
*/
CCheckpoint(const Reference< CCheckpoint > & o) noexcept;
/* --------------------------------------------------------------------------------------------
* See if the referenced checkpoint instance is streamed for the specified player.
*/