Custom Holograms
  • Introduction
    • Commands & Permissions
      • Create
      • Delete
      • Rename
      • Set Line
      • Insert Line
      • Add Line
      • Remove Line
      • Teleport Here
      • Align
      • Move
      • Boldness
      • Load
      • Unload
      • Load All
      • Unload All
      • Disable Script
      • List
      • Teleport To
      • Info
      • Reload
      • Docs
      • Support
  • Getting Started
    • Creating Holograms
    • Deleting Holograms
    • Editing Lines
    • Editing Holograms
  • API
    • Helper Functions
      • Holograms_ReplaceEmptyValues()
      • Skent_getRawNames()
    • Hologram Functions
      • Holograms_TeleportPlayerTo()
      • Holograms_TeleportHere()
      • Holograms_Create()
      • Holograms_Delete()
      • Holograms_SetLine()
      • Holograms_InsertLine()
      • Holograms_AddLine()
      • Holograms_RemoveLine()
      • Holograms_LoadAll()
      • Holograms_UnloadAll()
      • Holograms_ListAll()
      • Holograms_ListLoaded()
      • Holograms_ListUnloaded()
      • Holograms_GetAll()
      • Holograms_GetLoaded()
      • Holograms_GetUnloaded()
      • Holograms_Load()
      • Holograms_Unload()
      • Holograms_Info()
      • Holograms_Align()
      • Holograms_Move()
      • Holograms_Rename()
      • Holograms_SetBoldness()
      • Holograms_GetLines()
Powered by GitBook
On this page
  • Full Function
  • Parameters
  • Return Values & Meanings
  • Usage
  1. API
  2. Hologram Functions

Holograms_ListAll()

List all holograms and get information about them

Full Function

Holograms_ListAll(p: player)

Parameters

Name
Type
Description

p

player

Player to send the information to

Return Values & Meanings

This function sends information about all the holograms to the specified player, but it does not return anything.

Usage

# sends information about all holograms to player
Holograms_ListAll(player)
PreviousHolograms_UnloadAll()NextHolograms_ListLoaded()

Last updated 3 years ago