terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Classes | |
class | Site |
Public Member Functions | |
NestedContainer (IComponent owner) | |
virtual void | Add (IComponent component) |
virtual void | Add (IComponent component, string name) |
void | Dispose () |
virtual void | Remove (IComponent component) |
Protected Member Functions | |
override ISite | CreateSite (IComponent component, string name) |
override void | Dispose (bool disposing) |
override object | GetService (Type service) |
override void | Finalize () |
void | RemoveWithoutUnsiting (IComponent component) |
virtual void | ValidateName (IComponent component, string name) |
Properties | |
IComponent | Owner [get, set] |
virtual string | OwnerName [get, set] |
virtual ComponentCollection | Components [get, set] |
Private Member Functions | |
void | OnOwnerDisposed (object sender, EventArgs e) |
void | Remove (IComponent component, bool preserveSite) |
Private Attributes | |
readonly IComponent< Owner > | k__BackingField |
ISite[] | sites |
int | siteCount |
ComponentCollection | components |
ContainerFilterService | filter |
bool | checkedFilter |
object | syncObj |
Definition at line 10 of file NestedContainer.cs.