-
-
Notifications
You must be signed in to change notification settings - Fork 73
entity
Andrew McWatters edited this page Nov 23, 2019
·
4 revisions
Entity class
entity.create()
entity.drawAll()
entity.findByClassname()
entity.getAll()
entity.getByEntIndex()
entity.removeAll()
entity:broadcastNetworkVarChanges()
entity:draw()
entity:drawShadow()
entity:emitSound()
entity:endTouch()
entity:getAnimation()
entity:getBody()
entity:getClassname()
entity:getCollisionBounds()
entity:getDrawPosition()
entity:getLocalPosition()
entity:getMap()
entity:getName()
entity:getNetworkVar()
entity:getNetworkVarTypeLenValues()
entity:getNetworkVarsStruct()
entity:getPosition()
entity:getProperties()
entity:getSprite()
entity:getVelocity()
entity:getWorldIndex()
entity:hasNetworkVar()
entity:initializePhysics()
entity:insertNetworkVarChange()
entity:interpolate()
entity:isMoving()
entity:isOnTile()
entity:localToWorld()
entity:networkBoolean()
entity:networkEntity()
entity:networkNumber()
entity:networkString()
entity:networkVar()
entity:networkVector()
entity:remove()
entity:removeInterpolationBuffer()
entity:setAnimation()
entity:setBody()
entity:setClassname()
entity:setCollisionBounds()
entity:setDrawShadow()
entity:setLocalPosition()
entity:setMap()
entity:setName()
entity:setNetworkVar()
entity:setPosition()
entity:setProperties()
entity:setSprite()
entity:shouldDrawShadow()
entity:spawn()
entity:startTouch()
entity:testPoint()
entity:tick()
entity:updateInterpolationBuffer()
entity:updateNetworkVars()
entity:use()
entity:worldToLocal()
Callbacks
- onAddonMounted
- onAddonUnmounted
- onMainMenuActivate
- onMainMenuClose
- onNPCSpawn
- onPlayerChat
- onPlayerConnect
- onPlayerDisconnect
- onPlayerInitialSpawn
- onPlayerSay
- onPlayerSpawn
- onPlayerUse
- onReloadImage
- onReloadScript
- onReloadSound
- quit
- update
Classes
- canvas
- character
- color
- concommand
- context
- convar
- entity
- fullscreencanvas
- host
- map
- networkvar
- payload
- player
- scheme
- shader
- sprite
- tween
- typelenvalues
- vector
Interfaces and Libraries
Panels
- box
- button
- checkbox
- closebutton
- commandbutton
- commandbuttongroup
- dropdownlist
- dropdownlistitem
- dropdownlistitemgroup
- frame
- frametab
- frametabgroup
- frametabpanel
- frametabpanels
- imagepanel
- label
- panel
- passwordtextbox
- progressbar
- radiobutton
- radiobuttongroup
- rootpanel
- scrollablepanel
- scrollbar
- slider
- tabbedframe
- text
- textbox
- textboxautocompleteitemgroup
- throbber
- viewport