Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | GlobalCharaList |
Public Member Functions | |
void | AssignUID (Card c) |
void | AssignUIDRecursive (Card c) |
List< Chara > | ListGlobalChara (Zone z) |
Chara | Find (int uid) |
Public Attributes | |
GlobalCharaList | globalCharas = new GlobalCharaList() |
int | uidNext = 1 |
Thing | container_shipping |
Thing | container_deliver |
Thing | container_deposit |
List< Thing > | listPackage = new List<Thing>() |
List< Chara > | listAdv = new List<Chara>() |
Private Member Functions | |
void | OnDeserializing (StreamingContext context) |
void | OnDeserialized (StreamingContext context) |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
static int | curve (int a, int start, int step, int rate=75) |
static int | rndHalf (int a) |
static float | rndf (float a) |
static int | rndSqrt (int a) |
static void | Wait (float a, Card c) |
static void | Wait (float a, Point p) |
static int | Bigger (int a, int b) |
static int | Smaller (int a, int b) |
![]() | |
static Core | core |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Faction | Wilds [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static SoundManager | Sound [get] |
static CoreDebug | debug [get] |
Definition at line 6 of file CardManager.cs.
|
inline |
Definition at line 78 of file CardManager.cs.
References globalCharas, and uidNext.
Referenced by AssignUIDRecursive(), and Card.Create().
|
inline |
Definition at line 91 of file CardManager.cs.
References AssignUID(), AssignUIDRecursive(), and Card.things.
Referenced by AssignUIDRecursive().
|
inline |
Definition at line 116 of file CardManager.cs.
References globalCharas, and Card.uid.
Referenced by ZoneInstanceBout.OnLeaveZone().
Definition at line 103 of file CardManager.cs.
References Chara.currentZone, and globalCharas.
Referenced by Zone.AddRandomVisitor().
|
inlineprivate |
|
inlineprivate |
Definition at line 67 of file CardManager.cs.
References Debug.
Thing CardManager.container_deliver |
Definition at line 55 of file CardManager.cs.
Referenced by LayerInventory.CreateContainer(), and GameDate.ShipPackages().
Thing CardManager.container_deposit |
Definition at line 58 of file CardManager.cs.
Referenced by Faction.OnAdvanceMonth(), InvOwnerDeliver.PayBill(), WindowChara.RefreshProfile(), and Faction.TryPayBill().
Thing CardManager.container_shipping |
Definition at line 52 of file CardManager.cs.
Referenced by LayerInventory.CreateContainer(), TaskDump.IsValidContainer(), TaskDump.ListThingsToPut(), TaskDump.Run(), GameDate.ShipGoods(), Zone.TryAddThingInSharedContainer(), and GrowSystem.TryPick().
GlobalCharaList CardManager.globalCharas = new GlobalCharaList() |
Definition at line 46 of file CardManager.cs.
Referenced by QuestManager.Add(), Zone.AddGlobalCharasOnActivate(), QuestManager.AddQuestAsh(), QuestManager.AddQuestFiama(), GameDate.AdvanceDay(), GameDate.AdvanceHour(), AssignUID(), LayerShippingResult.Awake(), ElementContainerFaction.CheckDirty(), Faction.CountMembers(), Card.Destroy(), Chara.Die(), Find(), CoreDebug.Fix_RemoveDemitas(), RefChara.Get(), RefChara.GetAndCache(), Faction.HasMember(), Faction.IsWearingPanty(), ListGlobalChara(), Zone_WindRest.OnAfterSimulate(), Zone_Nymelle.OnBeforeSimulate(), QuestDefense.OnChangePhase(), QuestVernis.OnChangePhase(), DramaOutcome.OnClaimLand(), QuestIntroInspector.OnComplete(), QuestSharedContainer.OnComplete(), OnDeserialized(), QuestDialog.OnDropReward(), Game.OnGameInstantiated(), Zone_DungeonPuppy.OnGenerateMap(), ElementContainerFaction.OnJoinFaith(), ElementContainerFaction.OnLeaveFaith(), ListPeopleRevive.OnList(), Game.OnLoad(), TraitStoryBookHome.OnRead(), QuestDebt.OnStart(), QuestExploration.OnStart(), DramaOutcome.QuestExploration_AfterComplete(), DramaOutcome.QuestExploration_AfterCrystal(), LayerQuestBoard.RefreshRanking(), Chara.RemoveGlobal(), CoreDebug.ResetPetUpgrades(), SerializedCards.Restore(), Zone.Revive(), AI_Idle.Run(), Meeting.SetChara(), Chara.SetGlobal(), FactionBranch.SetOwner(), UIFactionInfo.SetZone(), UIZoneInfo.SetZone(), QuestManager.Start(), Game.StartNewGame(), TraitBed.ValidateOwners(), and EloPos.WriteNote().
Definition at line 64 of file CardManager.cs.
Referenced by Game.AddAdventurers(), GameDate.AdvanceDay(), TraitSalesTag.CanTagSale(), Game.OnLoad(), and Chara.RemoveGlobal().
Definition at line 61 of file CardManager.cs.
Referenced by GameDate.AdvanceHour(), FactionBranch.ReceivePackages(), and World.SendPackage().
int CardManager.uidNext = 1 |
Definition at line 49 of file CardManager.cs.
Referenced by AssignUID(), and TraitDrinkMilkMother.OnDrink().