-
Notifications
You must be signed in to change notification settings - Fork 0
Title
Bielen Pierre edited this page Jul 13, 2019
·
2 revisions
- newTitle(title.s,font,color)
- title -> String -> title
- font -> integer -> id font -> ex : LoadFont(#pb_any,"arial",10)
- color -> integer -> color with alpha
- free()
- getTitle.s() -> return -> String -> title
- getFont() -> return -> Integer -> id font
- getColor() -> retunr -> Integer -> Title color
- getWidth() -> return -> Integer -> Title width
- getHeight() -> return -> Integer -> Title height
- setTitle(title.s)
- title -> String -> title
- setFont(font)
- font -> integer -> id font -> ex : LoadFont(#pb_any,"arial",10)
- setColor(color)
- color -> integer -> color with alpha
Void