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

◆ Join4Payload()

unsafe System.IO.Path.Join4Payload.Join4Payload ( char * first,
int firstLength,
char * second,
int secondLength,
char * third,
int thirdLength,
char * fourth,
int fourthLength,
byte separators )
inline

Definition at line 57 of file Path.cs.

58 {
59 First = first;
60 FirstLength = firstLength;
61 Second = second;
62 SecondLength = secondLength;
63 Third = third;
64 ThirdLength = thirdLength;
65 Fourth = fourth;
66 FourthLength = fourthLength;
67 Separators = separators;
68 }
readonly byte Separators
Definition Path.cs:55
unsafe readonly char * First
Definition Path.cs:39
readonly int ThirdLength
Definition Path.cs:49
unsafe readonly char * Second
Definition Path.cs:43
readonly int FourthLength
Definition Path.cs:53
readonly int FirstLength
Definition Path.cs:41
readonly int SecondLength
Definition Path.cs:45
unsafe readonly char * Third
Definition Path.cs:47
unsafe readonly char * Fourth
Definition Path.cs:51

References System.IO.Path.Join4Payload.First, System.IO.Path.Join4Payload.FirstLength, System.IO.Path.Join4Payload.Fourth, System.IO.Path.Join4Payload.FourthLength, System.IO.Path.Join4Payload.Second, System.IO.Path.Join4Payload.SecondLength, System.IO.Path.Join4Payload.Separators, System.IO.Path.Join4Payload.Third, and System.IO.Path.Join4Payload.ThirdLength.