Classes | |
struct | spAttachmentLoader |
Functions | |
void | (spAttachmentLoader *self) |
spAttachment * | (spAttachmentLoader *self, spSkin *skin, spAttachmentType type, const char *name, const char *path) |
var | ( var self, var skin, var type, var name, var path) |
local | ( local self, local skin, local type, local name, local path) |
void spAttachmentLoader_dispose | ( | spAttachmentLoader * | self | ) |
var spAttachmentLoader_dispose | ( | var | self | ) |
local spAttachmentLoader_dispose | ( | local | self | ) |
spAttachment* spAttachmentLoader_newAttachment |
( | spAttachmentLoader * | self, |
spSkin * | skin, | ||
spAttachmentType | type, | ||
const char * | name, | ||
const char * | path | ||
) |
var spAttachmentLoader_newAttachment |
( | var | self, |
var | skin, | ||
var | type, | ||
var | name, | ||
var | path | ||
) |
local spAttachmentLoader_newAttachment |
( | local | self, |
local | skin, | ||
local | type, | ||
local | name, | ||
local | path | ||
) |