Scripting/Squirrel/Functions/GetFlyingCars: Difference between revisions

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing
No edit summary
No edit summary
Line 1: Line 1:
This function will return the current status of the flying cars ability.
This function will return the current status of the flying cars ability.
== Syntax ==
== Syntax ==


Line 11: Line 10:
== Return value ==
== Return value ==


* ''bool'' '''toggled''' - '''true''' or '''false'''
* ''bool'' '''toggled'''


== Example ==
== Example ==

Revision as of 14:55, 1 August 2015

This function will return the current status of the flying cars ability.

Syntax

GetFlyingCars()

Arguments

N/A

Return value

  • bool toggled

Example

This page needs an example. We will try our best to complete the wiki as soon as possible.

Notes

Related Functions