2021-05-16, 07:49 AM
2021-05-16: CUSTOM_TAG_TYPES
An earlier tip mentioned GLOBAL_TAG_TYPES, a list of tags that all YSI functions will accept.? You can extend this list with your own tags by defining CUSTOM_TAG_TYPES.? This is a bare list (no braces) of tags, and from now on all YSI functions (formatters etc) will accept these tags with no warnings:
An earlier tip mentioned GLOBAL_TAG_TYPES, a list of tags that all YSI functions will accept.? You can extend this list with your own tags by defining CUSTOM_TAG_TYPES.? This is a bare list (no braces) of tags, and from now on all YSI functions (formatters etc) will accept these tags with no warnings:
Quote:
#define CUSTOM_TAG_TYPES PlayerText3D, Object
#include <YSI_Group\y_library>