Skip to content
On this page

isClient

A boolean indicating whether the current script is executed on the clientside.

Property Definition

ts
export const isClient: boolean;

Returns

  • boolean

General Usage

ts
const result = alt.isClient;
console.log(result);

Documentation

No Documentation Provided Yet

Documentation Created with ❤️ by Stuyk