Skip to content

ADrone.GetDisplayName

Ivory edited this page Nov 2, 2024 · 1 revision

void GetDisplayName(char[] name, int size)

Stores this drone's display name in a string buffer. Display names are the names shown on this drone's HUD when piloted.

Arguments

  • name - Buffer to store the string.
  • size - Size of the buffer string.
Clone this wiki locally