# Exports

- [Client side](/paid-scripts/properties/exports/client-side.md)
- [GetCurrentPropertyId](/paid-scripts/properties/exports/client-side/getcurrentpropertyid.md): Returns the current property id.
- [GetCurrentProperty](/paid-scripts/properties/exports/client-side/getcurrentproperty.md): Returns the current property data.
- [IsPointInsideProperty](/paid-scripts/properties/exports/client-side/ispointinsideproperty.md): Returns if the point is inside the property.
- [OpenPropertyMenu](/paid-scripts/properties/exports/client-side/openpropertymenu.md): Opens the property menu.
- [AddKey](/paid-scripts/properties/exports/client-side/addkey.md): Adds a key to the specified property
- [RemoveKey](/paid-scripts/properties/exports/client-side/removekey.md): Removes a key from the specified property.
- [SetWaypointToProperty](/paid-scripts/properties/exports/client-side/setwaypointtoproperty.md): Sets a waypoint to the specified property.
- [GetAllProperties](/paid-scripts/properties/exports/client-side/getallproperties.md): Returns all the properties that are owned by the player.
- [GetKeyHolders](/paid-scripts/properties/exports/client-side/getkeyholders.md): Returns table with the key holders of a specificied property
- [PoliceRaidDoor](/paid-scripts/properties/exports/client-side/policeraiddoor.md): This export can be used on an item trigger, for example, on a storm ram, and it's used to raid an MLO by breaking the door
- [WrapIntoProperty](/paid-scripts/properties/exports/client-side/wrapintoproperty.md): This export wraps the player inside the property with the provided id.
- [GetClosestDoor](/paid-scripts/properties/exports/client-side/getclosestdoor.md): Gets the closest door no matter the distance from it
- [GetEntryCoordinates](/paid-scripts/properties/exports/client-side/getentrycoordinates.md): This export returns the entry coordinates of the current property the player is in, or the player's current coordinates if not in a property.
- [UseLockpick](/paid-scripts/properties/exports/client-side/uselockpick.md)
- [PoliceRaidDoor](/paid-scripts/properties/exports/client-side/policeraiddoor-1.md)
- [Server side](/paid-scripts/properties/exports/server-side.md)
- [GetAllProperties](/paid-scripts/properties/exports/server-side/getallproperties.md): Returns all the properties that are owned by the specified owner.
- [GetPropertyData](/paid-scripts/properties/exports/server-side/getpropertydata.md)
- [AddKey](/paid-scripts/properties/exports/server-side/addkey.md)
- [RemoveKey](/paid-scripts/properties/exports/server-side/removekey.md)
- [ToggleDoorlock](/paid-scripts/properties/exports/server-side/toggledoorlock.md): Toggles the doorlock of a property
- [GetPlayersInProperty](/paid-scripts/properties/exports/server-side/getplayersinproperty.md): Returns an array with players in the property
- [GetKeyHolders](/paid-scripts/properties/exports/server-side/getkeyholders.md): Returns table with the key holders of a specificied property
- [DeleteProperty](/paid-scripts/properties/exports/server-side/deleteproperty.md): Deletes the specified property
- [AddStarterApartment](/paid-scripts/properties/exports/server-side/addstarterapartment.md): Gives a property with the settings from the config "StarterApartment". The export could be used when a player creates a character in the server
- [SellProperty](/paid-scripts/properties/exports/server-side/sellproperty.md): Sells a property back to the government/default buyer.
- [TransferProperty](/paid-scripts/properties/exports/server-side/transferproperty.md): Transfer property to a new owner either user or a society
