Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.Skies.CreditsRoll.CreditsRollComposer Class Reference

Classes

struct  SimplifiedNPCInfo
 

Public Member Functions

void FillSegments_Test (List< IAnimationSegment > segmentsList, out int endTime)
 
void FillSegments (List< IAnimationSegment > segmentsList, out int endTime, bool inGame)
 

Private Member Functions

delegate void AddNPCMethod (int npcType, Vector2 sceneAnchoePosition, int lookDirection, int fromTime, int duration, int timeToJumpAt)
 
SegmentInforReport PlaySegment_PrincessAndEveryoneThanksPlayer (int startTime, Vector2 sceneAnchorPosition)
 
void AddWavingNPC (int npcType, Vector2 sceneAnchoePosition, int lookDirection, int fromTime, int duration, int timeToJumpAt)
 
void AddEmote (Vector2 sceneAnchoePosition, int fromTime, int duration, int blinkTime, int emoteId, int direction)
 
SegmentInforReport PlaySegment_TextRoll (int startTime, string sourceCategory, Vector2 anchorOffset=default(Vector2))
 
SegmentInforReport PlaySegment_GuideEmotingAtRainbowPanel (int startTime)
 
SegmentInforReport PlaySegment_Grox_DryadSayingByeToTavernKeep (int startTime, Vector2 sceneAnchorPosition)
 
SegmentInforReport PlaySegment_Grox_SteampunkerRepairingCyborg (int startTime, Vector2 sceneAnchorPosition)
 
SegmentInforReport PlaySegment_Grox_SantaAndTaxCollectorThrowingPresents (int startTime, Vector2 sceneAnchorPosition)
 
SegmentInforReport PlaySegment_Grox_WitchDoctorGoingToHisPeople (int startTime, Vector2 sceneAnchorPosition)
 
Vector2 GetSceneFixVector ()
 
SegmentInforReport PlaySegment_DryadTurningToTree (int startTime, Vector2 sceneAnchorPosition)
 
SegmentInforReport PlaySegment_SantaItemExample (int startTime, Vector2 sceneAnchorPosition)
 
SegmentInforReport PlaySegment_Grox_SkeletonMerchantSearchesThroughBones (int startTime, Vector2 sceneAnchorPosition)
 
SegmentInforReport PlaySegment_Grox_MerchantAndTravelingMerchantTryingToSellJunk (int startTime, Vector2 sceneAnchorPosition)
 
SegmentInforReport PlaySegment_Grox_GuideRunningFromZombie (int startTime, Vector2 sceneAnchorPosition)
 
SegmentInforReport PlaySegment_Grox_ZoologistAndPetsAnnoyGolfer (int startTime, Vector2 sceneAnchorPosition)
 
SegmentInforReport PlaySegment_Grox_AnglerAndPirateTalkAboutFish (int startTime, Vector2 sceneAnchorPosition)
 
SegmentInforReport PlaySegment_Grox_WizardPartyGirlDyeTraderAndPainterPartyWithBunnies (int startTime, Vector2 sceneAnchorPosition)
 
SegmentInforReport PlaySegment_Grox_DemolitionistAndArmsDealerArguingThenNurseComes (int startTime, Vector2 sceneAnchorPosition)
 
SegmentInforReport PlaySegment_TinkererAndMechanic (int startTime, Vector2 sceneAnchorPosition)
 
SegmentInforReport PlaySegment_ClothierChasingTruffle (int startTime, Vector2 sceneAnchorPosition)
 

Private Attributes

Vector2 _originAtBottom = new Vector2(0.5f, 1f)
 
Vector2 _emoteBubbleOffsetWhenOnLeft = new Vector2(-14f, -38f)
 
Vector2 _emoteBubbleOffsetWhenOnRight = new Vector2(14f, -38f)
 
Vector2 _backgroundOffset = new Vector2(76f, 166f)
 
int _endTime
 
List< IAnimationSegment_segments
 

Detailed Description

Definition at line 13 of file CreditsRollComposer.cs.


The documentation for this class was generated from the following file: