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
Loading...
Searching...
No Matches
IPersistentPerPlayerContent.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.IO
;
3
using
Cpp2ILInjected
;
4
5
namespace
Terraria.GameContent
6
{
7
[global::Cpp2ILInjected.Token(Token =
"0x20007D8"
)]
8
public
interface
IPersistentPerPlayerContent
9
{
10
[global::Cpp2ILInjected.Token(Token =
"0x60040D7"
)]
11
void
Save
(
Player
player,
BinaryWriter
writer);
12
13
[global::Cpp2ILInjected.Token(Token =
"0x60040D8"
)]
14
void
Load
(
Player
player,
BinaryReader
reader,
int
gameVersionSaveWasMadeOn
);
15
16
[global::Cpp2ILInjected.Token(Token =
"0x60040D9"
)]
17
void
ApplyLoadedDataToOutOfPlayerFields
(
Player
player);
18
19
[global::Cpp2ILInjected.Token(Token =
"0x60040DA"
)]
20
void
ResetDataForNewPlayer
(
Player
player);
21
22
[global::Cpp2ILInjected.Token(Token =
"0x60040DB"
)]
23
void
Reset
();
24
}
25
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:11
System.IO.BinaryReader
Definition
BinaryReader.cs:17
System.IO.BinaryWriter
Definition
BinaryWriter.cs:18
Terraria.Player
Definition
Player.cs:63
Terraria.GameContent.IPersistentPerPlayerContent.Save
void Save(Player player, BinaryWriter writer)
Terraria.GameContent.IPersistentPerPlayerContent.ApplyLoadedDataToOutOfPlayerFields
void ApplyLoadedDataToOutOfPlayerFields(Player player)
Terraria.GameContent.IPersistentPerPlayerContent.Load
void Load(Player player, BinaryReader reader, int gameVersionSaveWasMadeOn)
Terraria.GameContent.IPersistentPerPlayerContent.Reset
void Reset()
Terraria.GameContent.IPersistentPerPlayerContent.ResetDataForNewPlayer
void ResetDataForNewPlayer(Player player)
Terraria.GameContent.IPersistentPerPlayerContent
Definition
IPersistentPerPlayerContent.cs:9
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.IO
Definition
__Error.cs:9
System
Definition
__Il2CppComDelegate.cs:6
Terraria.GameContent
Definition
AchievementsHelper.cs:15
source
Terraria
GameContent
IPersistentPerPlayerContent.cs
Generated by
1.10.0