Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Help rounding a displayed value

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
AmyGrrl
Cheater
Reputation: 0

Joined: 15 Dec 2016
Posts: 29

PostPosted: Wed Sep 19, 2018 3:21 am    Post subject: Help rounding a displayed value Reply with quote

I feel like this should have been easy to find a solution to this problem. Sucks when you don't know what to look for. Searched for over 2 hours and found nothing. So I'm making a custom trainer. Have all my found values and pointers setup. I created a Label. I have it set up to display my found value to the label.

Code:
control_setCaption(Trainer_CameraHeightDisplay, CameraHeightValue.Value)


This works perfectly. However I can't figure out how to round the number when its being displayed. Instead of showing 229.1217499. I just want it to display 229. Thanks for any help given.
Back to top
View user's profile Send private message
TheyCallMeTim13
Wiki Contributor
Reputation: 50

Joined: 24 Feb 2017
Posts: 976
Location: Pluto

PostPosted: Wed Sep 19, 2018 3:53 am    Post subject: Reply with quote

Code:
print(math.floor(229.8595))

Output:
Code:
229


There's other ways to round, but this will give you just the integer part of the number.

_________________
Back to top
View user's profile Send private message Visit poster's website
AmyGrrl
Cheater
Reputation: 0

Joined: 15 Dec 2016
Posts: 29

PostPosted: Wed Sep 19, 2018 4:21 am    Post subject: Reply with quote

Thank you! Changed the line and it works perfectly now!

Code:
control_setCaption(Trainer_CameraHeightDisplay, math.floor(CameraHeightValue.Value))
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites