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