Arrow - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs an Arrow Shape, which is a line starting at x1y1 with a triangle of the specified size at x2y2 pointing towards that location.

Specification

Destruction
Elements
Garbage Collection
None

Properties

Name
Type
Default
Modifiable
location
undefined
Yes
size
{int}
1
Yes
color
{int:color}
c_white
Yes
alpha
1
Yes

Events

Pre-execution
Post-execution
beforeRender
afterRender

Construction types

Name
Arguments
New constructor
location {Vector4}
size? {real}
color? {int:color}
alpha? {real}
Empty
Constructor copy
other {Arrow}
⚠️ **GitHub.com Fallback** ⚠️