TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ OgreStand()

void Terraria.Cinematics.DD2Film.OgreStand ( FrameEventData evt)
inlineprivate

Definition at line 340 of file DD2Film.cs.

341 {
342 //IL_0032: Unknown result type (might be due to invalid IL or missing references)
343 //IL_0037: Unknown result type (might be due to invalid IL or missing references)
344 if (_ogre != null)
345 {
346 _ogre.ai[0] = 0f;
347 _ogre.ai[1] = 0f;
348 _ogre.velocity = Vector2.Zero;
349 }
350 }
float[] ai
An array with 4 slots used for any sort of data storage, which is occasionally synced from the server...
Definition NPC.cs:997

References Terraria.Cinematics.DD2Film._ogre, and Terraria.NPC.ai.

Referenced by Terraria.Cinematics.DD2Film.DD2Film().

+ Here is the caller graph for this function: