Перейти к содержанию

Gameplay::areStringsEqual

Материал из RAGE MP Wiki Archive
Версия от 09:58, 22 июля 2024; imported>Shr0x (See also)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

is this like strcmp??

Syntax

<syntaxhighlight lang="javascript">mp.game.gameplay.areStringsEqual(string1, string2);</syntaxhighlight>

Required Arguments

  • string1: String
  • string2: String

Return value

  • Boolean

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also