SdlGetAppMetadata
Get metadata about your app.
This returns metadata previously set using SdlSetAppMetadata. See SdlSetAppMetadata for the list of available properties and their meanings.
Definition
Unit: Neslib.Sdl3.Basics
Parameters
AName
: String
: The name of the metadata property to get.
Returns
String
: The current value of the metadata property, the default if it is not set, or an empty string for properties with no default.
See Also
Remarks
It is safe to call this routine from any thread.