Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] Wouldn't you feasibly be able to fuck with a class at runtime then?

[DiscordArchive] Wouldn't you feasibly be able to fuck with a class at runtime then?

[DiscordArchive] Wouldn't you feasibly be able to fuck with a class at runtime then?

Pages (5): Previous 1 2 3 4 5
rektbyfaith
Administrator
0
06-03-2018, 08:49 PM
#41
Archived author: Skarn • Posted: 2018-06-03T20:49:50.523000+00:00
Original source

yeah
rektbyfaith
06-03-2018, 08:49 PM #41

Archived author: Skarn • Posted: 2018-06-03T20:49:50.523000+00:00
Original source

yeah

rektbyfaith
Administrator
0
06-03-2018, 08:49 PM
#42
Archived author: Skarn • Posted: 2018-06-03T20:49:56.066000+00:00
Original source

that's exactly what it is doing
rektbyfaith
06-03-2018, 08:49 PM #42

Archived author: Skarn • Posted: 2018-06-03T20:49:56.066000+00:00
Original source

that's exactly what it is doing

rektbyfaith
Administrator
0
06-03-2018, 08:50 PM
#43
Archived author: Kavligula • Posted: 2018-06-03T20:50:00.190000+00:00
Original source

And I guess I still don't fully understand the syntax of Base <variable> : <variable thrown into the function>
rektbyfaith
06-03-2018, 08:50 PM #43

Archived author: Kavligula • Posted: 2018-06-03T20:50:00.190000+00:00
Original source

And I guess I still don't fully understand the syntax of Base <variable> : <variable thrown into the function>

rektbyfaith
Administrator
0
06-03-2018, 08:50 PM
#44
Archived author: Kavligula • Posted: 2018-06-03T20:50:19.479000+00:00
Original source

The only time I've seen that in C++ in my limited use of it was with supplying variables to constructors
rektbyfaith
06-03-2018, 08:50 PM #44

Archived author: Kavligula • Posted: 2018-06-03T20:50:19.479000+00:00
Original source

The only time I've seen that in C++ in my limited use of it was with supplying variables to constructors

rektbyfaith
Administrator
0
06-03-2018, 08:50 PM
#45
Archived author: Skarn • Posted: 2018-06-03T20:50:30.608000+00:00
Original source

the question is how to read:
1) n_bits from start
2) n1_bits in the middle
3) and one last bit
rektbyfaith
06-03-2018, 08:50 PM #45

Archived author: Skarn • Posted: 2018-06-03T20:50:30.608000+00:00
Original source

the question is how to read:
1) n_bits from start
2) n1_bits in the middle
3) and one last bit

rektbyfaith
Administrator
0
06-03-2018, 08:50 PM
#46
Archived author: Skarn • Posted: 2018-06-03T20:50:51.349000+00:00
Original source

let me simplify it sec
rektbyfaith
06-03-2018, 08:50 PM #46

Archived author: Skarn • Posted: 2018-06-03T20:50:51.349000+00:00
Original source

let me simplify it sec

rektbyfaith
Administrator
0
06-03-2018, 08:52 PM
#47
Archived author: Skarn • Posted: 2018-06-03T20:52:11.675000+00:00
Original source

struct fixed_point
{
int16_t decimal : 8;
int16_t integer : 7;
int16_t sign : 1;
float to_float() const { return (sign ? -1.0f : 1.0f) * (7+ 8/ float (1 << 8));
}
rektbyfaith
06-03-2018, 08:52 PM #47

Archived author: Skarn • Posted: 2018-06-03T20:52:11.675000+00:00
Original source

struct fixed_point
{
int16_t decimal : 8;
int16_t integer : 7;
int16_t sign : 1;
float to_float() const { return (sign ? -1.0f : 1.0f) * (7+ 8/ float (1 << 8));
}

Pages (5): Previous 1 2 3 4 5
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)