Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 299 Bytes

spawnbasic.md

File metadata and controls

12 lines (11 loc) · 299 Bytes

Basic Spawning

Synopsis:

Spawn instances without having to synchronize them later, good to use for effects

Code documentation

/*
  Spawns a basic object for everyone (including you)
*/
function net_spawn_basic(_obj, _x, _y, _vars, _layer, _reliable) -> N/A