06-14-2012, 09:08 PM
From cPawn.h:
According to MinecraftCoalition, the entities can have a variety of metadata.
I was going to make slimes spawn in different sizes, but I couldn't find a way to set their metadata value to something not in that enum.
Should the enum be replaced or do we need another variable?
Quote:Code:enum MetaData {NORMAL, BURNING, CROUCHED, RIDING, SPRINTING, EATING, BLOCKING};
According to MinecraftCoalition, the entities can have a variety of metadata.
I was going to make slimes spawn in different sizes, but I couldn't find a way to set their metadata value to something not in that enum.
Should the enum be replaced or do we need another variable?