@krzx000/fivem-utils
TypeScript icon, indicating that this package has built-in type declarations

2.0.18 • Public • Published

FiveM NUI Utils

A package containing most of the most important functions and hooks for creating FiveM NUI.

Version

Version

Authors

Installation

Install fivem-utils with npm.

  npm install @krzx000/fivem-util

Functions

Fetch data from NUI

fetchNui(eventName, data);
Parameter Type Required Description
eventName string Yes The name of the NUI event to fetch data from.
data any No Data payload to send along with the request.

Fetch data from NUI

useNuiEvents(action, handler);
Parameter Type Required Description
action string Yes The specific action that should be listened for.
data function Yes The callback function that will handle data relayed by this hook

Generate a random float

randomFloat(min, max);
Parameter Type Required Description
min number Yes The minimum value of the range (inclusive).
max number Yes The maximum value of the range (exclusive).

Generate a random int

randomInt(min, max);
Parameter Type Required Description
min number Yes The minimum value of the range.
max number Yes The maximum value of the range.

Generate a random string

randomString(length);
Parameter Type Required Description
length number Yes The length of the random string to generate.

Returns if the environment is a browser

isEnvBrowser();

Readme

Keywords

Package Sidebar

Install

npm i @krzx000/fivem-utils

Weekly Downloads

4

Version

2.0.18

License

ISC

Unpacked Size

18.8 kB

Total Files

31

Last publish

Collaborators

  • krzx000