Skip to content
DummkopfOfHachtenduden edited this page Sep 19, 2021 · 1 revision
enum PrimType
{
	PrimMtrlSet = 0,
	PrimMesh = 1,
	PrimBranch = 2, //Skeleton
	PrimAnimation = 3,
	PrimTexture = 4,
	PrimSound = 5,
}
Clone this wiki locally