Definition at line 33 of file EntityShaderBindings.m.
◆ clock
◆ pseudoFixedD100
| - (unsigned) pseudoFixedD100 |
|
|
|
|
implementation |
◆ pseudoFixedD256
| - (unsigned) pseudoFixedD256 |
|
|
|
|
implementation |
◆ systemEconomy
| - (unsigned) systemEconomy |
|
|
|
|
implementation |
Definition at line 1 of file EntityShaderBindings.m.
61{
62 return [[PLAYER systemEconomy_number] unsignedIntValue];
63}
◆ systemGovernment
| - (unsigned) systemGovernment |
|
|
|
|
implementation |
Definition at line 1 of file EntityShaderBindings.m.
56{
57 return [[PLAYER systemGovernment_number] unsignedIntValue];
58}
◆ systemPopulation
| - (unsigned) systemPopulation |
|
|
|
|
implementation |
Definition at line 1 of file EntityShaderBindings.m.
71{
72 return [[PLAYER systemPopulation_number] unsignedIntValue];
73}
◆ systemProductivity
| - (unsigned) systemProductivity |
|
|
|
|
implementation |
Definition at line 1 of file EntityShaderBindings.m.
76{
77 return [[PLAYER systemProductivity_number] unsignedIntValue];
78}
◆ systemTechLevel
| - (unsigned) systemTechLevel |
|
|
|
|
implementation |
Definition at line 1 of file EntityShaderBindings.m.
66{
67 return [[PLAYER systemTechLevel_number] unsignedIntValue];
68}
The documentation for this category was generated from the following file: