i have a memeber function in a struct, and when i wright it out:
Code: ags
i noticed that <this.> is not available, is there a equivalent to achieve this??
static function Player_Settings::SetControls(int left, int right, int up, int down, int shooting)
{
this.left = left;
this.right = right;
.......
}
i noticed that <this.> is not available, is there a equivalent to achieve this??