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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user