-
Notifications
You must be signed in to change notification settings - Fork 42
PML_TAG
Kyuubi edited this page Jun 27, 2023
·
1 revision
- __PML_TAG_BASIC
-
- __PML_TAG_COMMAND
-
-
- __PML_TAG_IMAGE
-
-
-
- __PML_TAG_LAYER
-
Based on funcation 009b2160
.
enum PML_TAG_TYPE {
PML_TAG_TYPE_COMMAND, // 0
PML_TAG_TYPE_IMAGE, // 1
PML_TAG_TYPE_LAYER, // 2
}