# Player Can Create Effect At Point

Grammar — Player player can create effect on point
FlagsFunction

Returns true if the specified player can execute the specified effect at the specified point.

# Arguments

  • int — Player
  • string [ gamelink::Effect ] — Effect
  • point — Point

Returns — bool

bool libNtve_gf_PlayerCanCreateEffectAtPoint(
	int lp_player,
	string lp_effect,
	point lp_point,
);

Category: Environment / Effects

# Examples

— None found —