User contributions for CocaColaBear
17 April 2017
- 13:3913:39, 17 April 2017 diff hist +14 Template:Event function No edit summary
- 13:3713:37, 17 April 2017 diff hist −3 Server-side functions →Vehicle functions
- 13:3613:36, 17 April 2017 diff hist +359 N Template:Vehicle properties Created page with "**Vehicle::rotation **Vehicle::velocity **Vehicle::siren **Vehicle::horn **Vehicle::engine **Vehicle::highbeams **Vehicle::engineHealth **Vehicle..."
- 13:3513:35, 17 April 2017 diff hist +426 N Template:Vehicle functions Created page with "**Vehicle::repair **Vehicle::destroy **Vehicle::setNeonColour **Vehicle::getNeonColour **Vehicle::setMod **Vehicle::getMod **Vehicle::setColour **[..."
- 13:3313:33, 17 April 2017 diff hist −23 Template:Entity properties No edit summary
- 13:3013:30, 17 April 2017 diff hist +39 Server-side functions No edit summary
- 13:3013:30, 17 April 2017 diff hist −18 Server-side functions →Event functions
- 13:2913:29, 17 April 2017 diff hist −3 Server-side functions →Object functions
- 13:2913:29, 17 April 2017 diff hist −108 Template:Object function Blanked the page current
- 13:2813:28, 17 April 2017 diff hist +108 N Template:Object definition Created page with "*Functions {{Entity_functions}} {{Object_functions}} *Properties {{Entity_properties}} {{Object_properties}}"
- 13:2813:28, 17 April 2017 diff hist −21 Template:Player definition No edit summary
- 13:2813:28, 17 April 2017 diff hist +22 Template:Object function No edit summary
- 13:2513:25, 17 April 2017 diff hist +39 Players::broadcastInRange No edit summary
- 13:2513:25, 17 April 2017 diff hist +669 N Players::broadcastInDimension Created page with "This function writes a chat message for all players in dimension (like Player::outputChatBox). ==Syntax== <syntaxhighlight lang="typescript"> void players.broadcastInRang..."
- 13:2213:22, 17 April 2017 diff hist −3 Players::broadcast No edit summary
- 13:2213:22, 17 April 2017 diff hist +65 N Template:Entity definition Created page with "*Functions {{Entity_functions}} *Properties {{Entity_properties}}"
- 13:2113:21, 17 April 2017 diff hist −21 Server-side functions →Colshape functions
- 13:2013:20, 17 April 2017 diff hist −26 Template:PlayerPool definition →Player pool functions
- 13:1713:17, 17 April 2017 diff hist −24 Server-side functions →Player functions
- 13:1713:17, 17 April 2017 diff hist +129 N Template:Player definition Created page with "==Player functions== *Functions {{Entity_functions}} {{Player_functions}} *Properties {{Entity_properties}} {{Player_properties}}"
- 13:1613:16, 17 April 2017 diff hist −125 Template:Object function No edit summary
- 13:1413:14, 17 April 2017 diff hist −21 Template:Entity functions No edit summary
- 13:1313:13, 17 April 2017 diff hist +145 N Template:Entity properties Created page with "**Entity::id **Entity::dimension **Entity::type **Entity::position **Entity::rotation **Entity::model **Entity::alpha"
- 13:1313:13, 17 April 2017 diff hist +42 N Template:Entity functions Created page with "**Object::Object **Entity::destroy"
- 13:0913:09, 17 April 2017 diff hist +530 N Template:Player properties Created page with "**Player::action **Player::name **Player::model **Player::alpha **Player::position **Player::heading **Player::health **Player::armour **Play..."
- 13:0913:09, 17 April 2017 diff hist +495 N Template:Player functions Created page with "**Player::kick **Player::ban **Player::spawn **Player::giveWeapon **Player::outputChatBox **Player::getClothes **Player::setClothes **Player::get..."
- 13:0613:06, 17 April 2017 diff hist −211 Server-side functions →Player pool functions
- 13:0513:05, 17 April 2017 diff hist +86 N Template:PlayerPool definition Created page with "==Player pool functions== *Functions {{EntityPool_functions}} {{PlayerPool_functions}}"
- 13:0413:04, 17 April 2017 diff hist +35 N Template:EntityPool properties Created page with "**Pool::length **Pool::size" current
- 13:0413:04, 17 April 2017 diff hist −59 Template:EntityPool functions No edit summary
- 13:0313:03, 17 April 2017 diff hist +170 N Template:PlayerPool functions Created page with "**Players::broadcast **Players::broadcastInRange **Players::broadcastInDimension **Players::call **Players::callInRange **Players::callInDimension"
- 13:0213:02, 17 April 2017 diff hist +822 N Players::broadcastInRange Created page with "This function writes a chat message for all players in range (like Player::outputChatBox). ==Syntax== <syntaxhighlight lang="typescript"> void players.broadcastInRange(Ve..."
- 12:4912:49, 17 April 2017 diff hist +171 N Template:EntityPool functions Created page with "*Functions **Pool::at **Pool::forEach **Pool::forEachInRange **Pool::forEachInDimension **Pool::toArray *Properties **Pool::length **Pool::size"
- 12:4312:43, 17 April 2017 diff hist −24 Server-side functions →Event functions
- 12:4312:43, 17 April 2017 diff hist +34 Events::call No edit summary
- 12:4212:42, 17 April 2017 diff hist +34 Events::add No edit summary
- 12:4212:42, 17 April 2017 diff hist +24 Template:Event function No edit summary
- 12:4112:41, 17 April 2017 diff hist +1 Events::addCommand No edit summary
- 12:4112:41, 17 April 2017 diff hist −5 Events::addCommand No edit summary
- 12:3412:34, 17 April 2017 diff hist +516 N Players::broadcast Created page with "This function writes a chat message for all players (like Player::outputChatBox). ==Syntax== <syntaxhighlight lang="typescript"> void players.broadcast(string text); </sy..."
- 12:3212:32, 17 April 2017 diff hist +4 Events::addCommand No edit summary
- 12:2912:29, 17 April 2017 diff hist +34 Events::addCommand No edit summary
- 12:2412:24, 17 April 2017 diff hist 0 Events::addCommand No edit summary
- 12:2112:21, 17 April 2017 diff hist 0 Events::addCommand Change syntaxhighlight to typescript (better for types)
- 10:4910:49, 17 April 2017 diff hist +892 Events::addCommand No edit summary
16 April 2017
- 13:1713:17, 16 April 2017 diff hist +2 Player::alpha No edit summary
- 13:1613:16, 16 April 2017 diff hist +198 N Player::alpha Created page with "This property using for setting or getting player alpha. == Example == <syntaxhighlight lang="javascript"> let alpha = player.alpha; player.alpha = 0; // make a player transpa..."
- 13:1413:14, 16 April 2017 diff hist +147 N Player::call Created page with "This function call client event for player. == Syntax == <syntaxhighlight lang="javascript"> player.call(eventName [, ...args]); </syntaxhighlight>"
- 10:4310:43, 16 April 2017 diff hist +391 N Events::addCommand Created page with "This function registers command handler. ==Syntax== <syntaxhighlight lang="javascript"> events.addCommand(commandName, commandFunction); </syntaxhighlight> ==Example== <syn..."
15 April 2017
- 07:4407:44, 15 April 2017 diff hist +25 Vehicle::Vehicle No edit summary