Skip to content

ADrone.GetInternalName

Ivory edited this page Nov 2, 2024 · 1 revision

void GetInternalName(char[] name, int size)

Stores the internal name of this drone in the buffer string. Internal names of drones are only used by plugins for identification.

Arguments

  • name - Buffer string to store the name.
  • size - Size of the buffer string.

Clone this wiki locally