Skip to content

HAPI.cs

lightyyt edited this page Jun 8, 2025 · 1 revision

HAPI.cs

Namespace: HumanoidAPI

Static Object

Properties

ForceMouseShow (bool)

Boolean, to Force Mouse visibility (Use SetMouseForce function!)

Functions

InitPlugin(string guid, string compatibleVersion) : void

Initialize your Plugin to show properly in the HumanoidAPI Mod List

Parameters:

string guid : Your Plugins GUID

string compatibleVersion : HumanoidAPI Version your Plugin is Compatible with

Returns void

SetMouseForce(bool value) : void

Set the Mouse Visibility

Returns void

Clone this wiki locally