Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] ```struct TestEntry

[DiscordArchive] ```struct TestEntry

[DiscordArchive] ```struct TestEntry

rektbyfaith
Administrator
0
07-24-2024, 04:08 PM
#1
Archived author: Mernhard • Posted: 2024-07-24T16:08:49.798000+00:00
Original source

```struct TestEntry
{
uint32 value;
};

struct Test
{
struct
{
TestEntry const* values;
uint32 const size;

} test1;
};

Test const testCode =
{
.test1 =
{

},
};```

hello guys! help me figure out why I can't use .test1?
rektbyfaith
07-24-2024, 04:08 PM #1

Archived author: Mernhard • Posted: 2024-07-24T16:08:49.798000+00:00
Original source

```struct TestEntry
{
uint32 value;
};

struct Test
{
struct
{
TestEntry const* values;
uint32 const size;

} test1;
};

Test const testCode =
{
.test1 =
{

},
};```

hello guys! help me figure out why I can't use .test1?

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)