element.isCreatedFor: Difference between revisions
(Created page with "{{ScriptItem2 |name = isCreatedFor |side = server |type = method |class = Element |games = iii vc sa iv |desc = returns whether or not the element exists for a client |return = bool whether or not the element exists for the client |freturn = void }}") |
No edit summary |
||
Line 6: | Line 6: | ||
|games = iii vc sa iv | |games = iii vc sa iv | ||
|desc = returns whether or not the element exists for a client | |desc = returns whether or not the element exists for a client | ||
|parameters = Client client | |||
|parameter1 = Client client The client to set whether the element is created for the client or not | |||
|return = bool whether or not the element exists for the client | |return = bool whether or not the element exists for the client | ||
|freturn = void | |freturn = void | ||
}} | }} |
Latest revision as of 02:55, 22 September 2024
Method
Server Only
Online and Offline
bool element.isCreatedFor(void)
Parameters
void | This method doesn't take any parameters. |
Return
bool | Whether or not the element exists for the client. |
Types
Shared
BlipShared
BuildingShared
ElementShared
EntityShared
MarkerShared
ObjectShared
PedShared
PhysicalShared
PlayerShared
Vehicle
Notes
There aren't any notes for this method.
Examples
There aren't any examples for this method.
Compatibility
There isn't any compatibility information for this method.
Related
Server Related
destroyElement
getElementCount
getElementFromId
getElementFromName
getElements
getElementsByType
element.children
element.clearExistsFor
element.dimension
element.existsFor
element.getData
element.getRotation
element.id
element.isCreatedFor
element.isLocal
element.isOwner
element.isSyncer
element.isType
element.name
element.netFlags
element.parent
element.position
element.removeAllData
element.removeData
element.resource
element.rotation
element.setData
element.setExistsFor
element.setRotation
element.setSyncer
element.streamInDistance
element.streamOutDistance
element.syncer
element.syncerId
element.type