NSS Docs
DiscordStoreHomepage
nss_libs
nss_libs
  • README
  • Changelog
  • UI components
    • NssUiApi basics
    • NssAudio
    • NssButton
    • NssClient
    • NssConfirm
    • NssHelper
    • NssLoadingIndicator
    • NssModal
    • NssPadLock
    • NssResponsive
    • NssSimpleTextEditor
    • NssSvgReplacer
    • NssTextBox
    • NssTip
  • Client/server modules
    • AttachProp
    • Blip
    • Character
      • Client Character
      • Server Character
    • Chunk
    • ClientEvent
    • ConfigValidator
    • Database
    • DatabaseUpdater
    • DependencyAutoRestart
    • Discord
    • EntityInRange
    • Helper
      • Client Helper
      • Server Helper
      • Shared Helper
    • Inventory
    • Keyboard
    • Notify
    • Npc
    • ParticleFxPlayer
    • PointInRange
    • Prompts
    • ServerEvent
    • VersionCheck
Powered by GitBook
On this page

Was this helpful?

  1. Client/server modules

Helper

PreviousEntityInRangeNextClient Helper

Last updated 1 year ago

Was this helpful?

This directory contains the helper libraries for NSS modules. The helper libraries are used to simplify the development of NSS modules.

For client and server there are different helper libraries. The client helper is used for client side and the server helper is used for server side.

Important: Client and server side inherit the shared helper that works for both client and server.

Client helper
Server helper
Shared helper