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
  • Usage / Example
  1. API
  2. Hologram Functions

Holograms_GetLines()

Get a list of all lines of a hologram

Full Function

Holograms_GetLines(id: text)

Parameters

Name
Type
Description

id

text/string

ID of target hologram

Return Values

This function returns a list of all lines

Usage / Example

set {_donators::*} to Hologram_GetLines("donators")
if {_donators::*} contains "%player%":
    send "&aYou are a donator!"
else:
    send "&cYou are not a donator!"
PreviousHolograms_SetBoldness()

Last updated 3 years ago