C++ and Game Maker Language place_meeting help

Fira

banned
N. USA = North United States of America
& = and

My name is Jason
& I am from N. USA
& I live in N. USA
& I was born in N. USA

Here is
Game Maker Language (GML)
version:
Code:
if (place_meeting(x+arctan(14),y,object))
{
  vspeed = 0;
}
^ So what is the C++ of ^ (
Code:
if (place_meeting(x+arctan(14),y,object))
{
  vspeed = 0;
}
) please, thank you ;) ; ) : ) :)
 
N. USA = North United States of America
& = and

My name is Jason
& I am from N. USA
& I live in N. USA
& I was born in N. USA

Here is
Game Maker Language (GML)
version:
Code:
if (place_meeting(x+arctan(14),y,object))
{
  vspeed = 0;
}
^ So what is the C++ of ^ (
Code:
if (place_meeting(x+arctan(14),y,object))
{
  vspeed = 0;
}
) please, thank you ;) ; ) : ) :)

To be honest, that's not an easy conversation. GML is explicitly for game making, so a lot of behind the scenes work is being done just by those 2 lines.
 
Back
Top