1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-01 06:27:11 +02:00

Implemented functions to create blip 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:28 +02:00
parent 9686f9e664
commit 2a3cef8318
2 changed files with 214 additions and 1 deletions

View File

@ -19,6 +19,11 @@ public:
*/
using RefType::Reference;
/* --------------------------------------------------------------------------------------------
* Construct a reference from a base reference.
*/
CBlip(const Reference< CBlip > & o) noexcept;
/* --------------------------------------------------------------------------------------------
* Retrieve the world in which the referenced blip instance exists.
*/