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 


Colour property of StructureElement class

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Csimbi
I post too much
Reputation: 97

Joined: 14 Jul 2007
Posts: 3327

PostPosted: Sun Aug 11, 2024 7:58 am    Post subject: Colour property of StructureElement class Reply with quote

Hi all,
CELUA.TXT does not seem to detail a Colour property officially.
Are there any undocumented means to set the colour of an element programmatically?

Something along these lines
Code:
local E = structure.Element[n]
if E then E.Colour = 0x112233 end
... or ...
if E then E.RGBColour = 0x112233 end


Thank you!
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4706

PostPosted: Sun Aug 11, 2024 1:14 pm    Post subject: Reply with quote

There's a published property BackgroundColor
Code:
local e = enumStructureForms()[1].getSelectedStructElement()
if e then
  e.BackgroundColor = 0xBBGGRR
end

_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
Csimbi
I post too much
Reputation: 97

Joined: 14 Jul 2007
Posts: 3327

PostPosted: Wed Aug 14, 2024 1:30 pm    Post subject: Reply with quote

Oh, cool.
It's not listed under StructureElement class
I'll give it a go on the weekend, thanks!

Edit
Works as advertised, thanks a lot!
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