-
Notifications
You must be signed in to change notification settings - Fork 17
prototype
CapsAdmin edited this page Oct 26, 2014
·
15 revisions
##shared
- prototype.AddBufferTemplate(META)
- prototype.AddParentingTemplate(META)
- prototype.CreateComponent(name)
- prototype.CreateDerivedObject(super_type, sub_type, override, skip_gc_callback)
- prototype.CreateEntity(config, parent)
- prototype.CreateObject(meta, override, skip_gc_callback)
- prototype.CreateTemplate(super_type, sub_type, skip_register)
- prototype.Delegate(meta, key, func_name, func_name2)
- prototype.EndStorable()
- prototype.GetAllRegistered()
- prototype.GetCreated(sorted, super_type, sub_type)
- prototype.GetRegisteredSubTypes(super_type)
- prototype.GetRegistered(super_type, sub_type)
- prototype.GetSetDelegate(meta, func_name, def, key)
- prototype.GetSet(tbl, name, def, callback)
- prototype.IsSet(tbl, name, def, callback)
- prototype.MakeNULL(tbl)
- prototype.RegisterComponent(meta)
- prototype.Register(meta, super_type, sub_type)
- prototype.RemoveField(tbl, name)
- prototype.RemoveObjects(super_type, sub_type)
- prototype.SafeRemove(obj)
- prototype.SetupComponents(name, components)
- prototype.StartStorable()
- prototype.UpdateObjects(meta)