Faucet Mod SDK 1.0.0
Modding API for Minecraft Legacy Console Edition
Loading...
Searching...
No Matches
ModInfo Struct Reference

Static metadata returned by IMod::GetInfo(). All string pointers must remain valid for the mod's entire lifetime. More...

#include <IMod.h>

Collaboration diagram for ModInfo:

Public Attributes

const char * id
 Unique reverse-domain ID, e.g. "com.yourname.mymod".
const char * name
 Human-readable display name.
const char * author
 Author name(s).
const char * description
 Short description.
ModVersion version
 Current version.

Detailed Description

Static metadata returned by IMod::GetInfo(). All string pointers must remain valid for the mod's entire lifetime.

Definition at line 41 of file IMod.h.


The documentation for this struct was generated from the following file: