tango_user.zh#
Functions#
void |
|
void |
Tango_ClearSlot(int slot) |
bool |
Tango_ReserveSlot(int slot) |
void |
Tango_SetSlotPosition(int slot, int x, int y) |
int |
Tango_GetSlotX(int slot) |
int |
Tango_GetSlotY(int slot) |
void |
Tango_ActivateSlot(int slot) |
bool |
Tango_SlotIsActive(int slot) |
bool |
|
bool |
Tango_SlotIsFinished(int slot) |
int |
Tango_GetFreeSlot(int type) |
int |
|
int |
Tango_GetSlotVar(int slot, int what) |
void |
Tango_SetSlotVar(int slot, int what, int value) |
int |
|
void |
Tango_Sync(int value) |
void |
Tango_SaveSlotState(int slot, int[] output) |
void |
Tango_SaveSlotState(int slot, int[] output, int the_bitmap) |
bool |
__Tango_SaveSlotStateInternal(int slot, int[] output) |
void |
Tango_RestoreSlotState(int slot, int[] oldState) |
void |
Tango_RestoreSlotState(int slot, int[] oldState, int the_bitmap) |
bool |
__Tango_RestoreSlotStateInternal(int slot, int[] oldState) |
int |
Tango_ConvertFunctionName(char32[] name) |
int |
Tango_ConvertVariableName(char32[] name) |
int |
__Tango_ConvertName(char32[] name, char32[] type, char32[] prefix) |
int |
__Tango_GetConvertedName(char32[] name) |
void |
__Tango_PrintConstant(char32[] prefix, char32[] name, int value) |
int |
Tango_GetSlotScrollPos(int slot) |
int |
Tango_GetSlotMaxScrollPos(int slot) |
void |
Tango_ScrollSlot(int slot, int amount) |
Function descriptions#
void Tango_Start() π Source
Functions for the userβs use that donβt really fit elsewhere.
void Tango_ClearSlot(int slot) π Source
bool Tango_ReserveSlot(int slot) π Source
void Tango_SetSlotPosition(int slot, int x, int y) π Source
int Tango_GetSlotX(int slot) π Source
int Tango_GetSlotY(int slot) π Source
void Tango_ActivateSlot(int slot) π Source
bool Tango_SlotIsActive(int slot) π Source
bool Tango_AnySlotIsActive() π Source
bool Tango_SlotIsFinished(int slot) π Source
int Tango_GetFreeSlot(int type) π Source
int Tango_GetFreeSlot() π Source
int Tango_GetSlotVar(int slot, int what) π Source
void Tango_SetSlotVar(int slot, int what, int value) π Source
int Tango_GetCurrentSlot() π Source
void Tango_Sync(int value) π Source
void Tango_SaveSlotState(int slot, int[] output) π Source
void Tango_SaveSlotState(int slot, int[] output, int the_bitmap) π Source
bool __Tango_SaveSlotStateInternal(int slot, int[] output) π Source
void Tango_RestoreSlotState(int slot, int[] oldState) π Source
void Tango_RestoreSlotState(int slot, int[] oldState, int the_bitmap) π Source
bool __Tango_RestoreSlotStateInternal(int slot, int[] oldState) π Source
int Tango_ConvertFunctionName(char32[] name) π Source
int Tango_ConvertVariableName(char32[] name) π Source
int __Tango_ConvertName(char32[] name, char32[] type, char32[] prefix) π Source
Used by Tango_ConvertFunctionName() and Tango_ConvertVariableName()
int __Tango_GetConvertedName(char32[] name) π Source
Used by Tango_ConvertFunctionName() and Tango_ConvertVariableName()
void __Tango_PrintConstant(char32[] prefix, char32[] name, int value) π Source
Used by Tango_ConvertFunctionName() and Tango_ConvertVariableName()
int Tango_GetSlotScrollPos(int slot) π Source
int Tango_GetSlotMaxScrollPos(int slot) π Source