1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-30 22:17:13 +02:00

Implemented functions to create vehicle 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:33:12 +02:00
parent eb730a6ff3
commit 11c3533917
2 changed files with 200 additions and 1 deletions

View File

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