geokar2006 / ByNameModding

MOVED https://github.com/ByNameModding/BNM-Android
113 stars 34 forks source link

please add field how to set value~ #26

Closed wwwww56 closed 1 year ago

wwwww56 commented 1 year ago

please add field how to set value~

geokar2006 commented 1 year ago
Field<float> static_float_field;
Field<float> float_field;

// ....
static_float_field = 0.f;
float_field(instance) = 0.f;
geokar2006 commented 1 year ago

Set example in Examples.cpp

wwwww56 commented 1 year ago

Set example in Examples.cpp

this is string..... can you add float int and double?

YummyBacon5 commented 1 year ago

Can you please stop making useless posts