-
Notifications
You must be signed in to change notification settings - Fork 17
prototype
CapsAdmin edited this page Nov 6, 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)
- 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(meta, name, default, extra_info)
- prototype.GetStorableVariables(meta)
- prototype.IsSet(meta, name, default, extra_info)
- prototype.MakeNULL(tbl)
- prototype.RebuildMetatables()
- prototype.RegisterComponent(meta)
- prototype.Register(meta, super_type, sub_type)
- prototype.RemoveField(meta, name)
- prototype.RemoveObjects(super_type, sub_type)
- prototype.SafeRemove(obj)
- prototype.SetupComponents(name, components, icon)
- prototype.SetupProperty(info)
- prototype.StartStorable(meta)
- prototype.UpdateObjects(meta)