Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/docs/meta/Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Once that's done, hit "Propose new file" and a Pull Request will be opened for r
If you want to use Git, all you need to do is clone the Wiki repository with:

```sh
git clone https://github.com/openmultiplayer/wiki.git
git clone https://github.com/openmultiplayer/web.git
```

Open it in your favourite editor. I recommend Visual Studio Code as it has some great tooling for editing and formatting Markdown files. As you can see, I'm writing this using Visual Studio Code!
Expand Down
2 changes: 0 additions & 2 deletions frontend/docs/scripting/functions/DB_ExecuteQuery.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: DB_ExecuteQuery
sidebar_label: DB_ExecuteQuery
description: The function is used to execute an SQL query on an opened SQLite database.
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
2 changes: 0 additions & 2 deletions frontend/docs/scripting/functions/DB_FreeResultSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: DB_FreeResultSet
sidebar_label: DB_FreeResultSet
description: Frees result memory allocated from DB_ExecuteQuery.
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: DB_GetDatabaseConnectionCount
sidebar_label: DB_GetDatabaseConnectionCount
description: Gets the number of open database connections for debugging purposes.
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: DB_GetDatabaseResultSetCount
sidebar_label: DB_GetDatabaseResultSetCount
description: Gets the number of open database results
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
2 changes: 0 additions & 2 deletions frontend/docs/scripting/functions/DB_GetFieldCount.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: DB_GetFieldCount
sidebar_label: DB_GetFieldCount
description: Gets the number of fields from the specified result set allocated with `DB_ExecuteQuery`.
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
2 changes: 0 additions & 2 deletions frontend/docs/scripting/functions/DB_GetFieldFloat.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: DB_GetFieldFloat
sidebar_label: DB_GetFieldFloat
description: Gets the content of a field as a floating point number with the specified field index.
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
2 changes: 0 additions & 2 deletions frontend/docs/scripting/functions/DB_GetFieldFloatByName.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: DB_GetFieldFloatByName
sidebar_label: DB_GetFieldFloatByName
description: Gets the contents of the field as a floating point number with the specified field name.
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
2 changes: 0 additions & 2 deletions frontend/docs/scripting/functions/DB_GetFieldInt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: DB_GetFieldInt
sidebar_label: DB_GetFieldInt
description: Get the content of a field as an integer from DB_ExecuteQuery.
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
2 changes: 0 additions & 2 deletions frontend/docs/scripting/functions/DB_GetFieldIntByName.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: DB_GetFieldIntByName
sidebar_label: DB_GetFieldIntByName
description: Gets the contents of the field as an integer with the specified field name.
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
2 changes: 0 additions & 2 deletions frontend/docs/scripting/functions/DB_GetFieldName.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: DB_GetFieldName
sidebar_label: DB_GetFieldName
description: Returns the name of the field at the specified index.
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
2 changes: 0 additions & 2 deletions frontend/docs/scripting/functions/DB_GetFieldString.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: DB_GetFieldString
sidebar_label: DB_GetFieldString
description: Get the content of a field from DB_ExecuteQuery.
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: DB_GetFieldStringByName
sidebar_label: DB_GetFieldStringByName
description: Gets the contents of the field as a string with the specified field name.
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
2 changes: 0 additions & 2 deletions frontend/docs/scripting/functions/DB_GetLegacyDBResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: DB_GetLegacyDBResult
sidebar_label: DB_GetLegacyDBResult
description: Gets the memory handle for a SQLite database result set that was allocated with `DB_ExecuteQuery`.
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
2 changes: 0 additions & 2 deletions frontend/docs/scripting/functions/DB_GetMemHandle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: DB_GetMemHandle
sidebar_label: DB_GetMemHandle
description: Gets the memory handle for a SQLite database connection that was opened with `DB_Open`.
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
2 changes: 0 additions & 2 deletions frontend/docs/scripting/functions/DB_GetRowCount.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: DB_GetRowCount
sidebar_label: DB_GetRowCount
description: Returns the number of rows from a DB_ExecuteQuery.
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
2 changes: 0 additions & 2 deletions frontend/docs/scripting/functions/DB_SelectNextRow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: DB_SelectNextRow
sidebar_label: DB_SelectNextRow
description: Moves to the next row of the result set allocated with `DB_ExecuteQuery`.
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
2 changes: 0 additions & 2 deletions frontend/docs/scripting/functions/db_close.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: db_close
sidebar_label: db_close
description: Closes a SQLite database connection that was opened with `db_open`.
keywords:
- sqlite
tags: ["sqlite"]
---

Expand Down
12 changes: 7 additions & 5 deletions frontend/docs/scripting/functions/db_debug_openfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@
title: db_debug_openfiles
sidebar_label: db_debug_openfiles
description: Gets the number of open database connections for debugging purposes.
keywords:
- sqlite
tags: ["sqlite"]
---

<LowercaseNote />

:::warning

This function is deprecated. Please see [DB_GetDatabaseConnectionCount](DB_GetDatabaseConnectionCount).

:::

## Description

The function gets the number of open database connections for debugging purposes.

| Name | Description |
| ---- | ----------- |

## Related Functions

- [db_open](db_open): Open a connection to an SQLite database
Expand Down
12 changes: 7 additions & 5 deletions frontend/docs/scripting/functions/db_debug_openresults.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@
title: db_debug_openresults
sidebar_label: db_debug_openresults
description: Gets the number of open database results
keywords:
- sqlite
tags: ["sqlite"]
---

<LowercaseNote />

:::warning

This function is deprecated. Please see [DB_GetDatabaseResultSetCount](DB_GetDatabaseResultSetCount).

:::

## Description

The function gets the number of open database results.

| Name | Description |
| ---- | ----------- |

## Related Functions

- [db_open](db_open): Open a connection to an SQLite database
Expand Down
9 changes: 7 additions & 2 deletions frontend/docs/scripting/functions/db_field_name.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
title: db_field_name
sidebar_label: db_field_name
description: Returns the name of the field at the specified index.
keywords:
- sqlite
tags: ["sqlite"]
---

<LowercaseNote />

:::warning

This function is deprecated. Please see [DB_GetFieldName](DB_GetFieldName).

:::

## Description

Returns the name of a field at a particular index.
Expand Down
9 changes: 7 additions & 2 deletions frontend/docs/scripting/functions/db_free_result.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
title: db_free_result
sidebar_label: db_free_result
description: Frees result memory allocated from db_query.
keywords:
- sqlite
tags: ["sqlite"]
---

<LowercaseNote />

:::warning

This function is deprecated. Please see [DB_FreeResultSet](DB_FreeResultSet).

:::

## Description

Frees result memory allocated from db_query.
Expand Down
9 changes: 7 additions & 2 deletions frontend/docs/scripting/functions/db_get_field.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
title: db_get_field
sidebar_label: db_get_field
description: Get the content of a field from db_query.
keywords:
- sqlite
tags: ["sqlite"]
---

<LowercaseNote />

:::warning

This function is deprecated. Please see [DB_GetFieldString](DB_GetFieldString).

:::

## Description

Get the content of a field from db_query
Expand Down
9 changes: 7 additions & 2 deletions frontend/docs/scripting/functions/db_get_field_assoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
title: db_get_field_assoc
sidebar_label: db_get_field_assoc
description: Gets the contents of the field as a string with the specified field name.
keywords:
- sqlite
tags: ["sqlite"]
---

<LowercaseNote />

:::warning

This function is deprecated. Please see [DB_GetFieldStringByName](DB_GetFieldStringByName).

:::

## Description

Get the contents of field with specified name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
title: db_get_field_assoc_float
sidebar_label: db_get_field_assoc_float
description: Gets the contents of the field as a floating point number with the specified field name.
keywords:
- sqlite
tags: ["sqlite"]
---

<LowercaseNote />

:::warning

This function is deprecated. Please see [DB_GetFieldFloatByName](DB_GetFieldFloatByName).

:::

## Description

The function gets the contents of the field as a floating point number from the specified field name.
Expand Down
9 changes: 7 additions & 2 deletions frontend/docs/scripting/functions/db_get_field_assoc_int.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
title: db_get_field_assoc_int
sidebar_label: db_get_field_assoc_int
description: Gets the contents of the field as an integer with the specified field name.
keywords:
- sqlite
tags: ["sqlite"]
---

<LowercaseNote />

:::warning

This function is deprecated. Please see [DB_GetFieldIntByName](DB_GetFieldIntByName).

:::

## Description

Get the contents of field as an integer with specified name.
Expand Down
9 changes: 7 additions & 2 deletions frontend/docs/scripting/functions/db_get_field_float.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
title: db_get_field_float
sidebar_label: db_get_field_float
description: Gets the content of a field as a floating point number with the specified field index.
keywords:
- sqlite
tags: ["sqlite"]
---

<LowercaseNote />

:::warning

This function is deprecated. Please see [DB_GetFieldFloat](DB_GetFieldFloat).

:::

## Description

The function gets the content of a field as a floating point number with the specified field index.
Expand Down
9 changes: 7 additions & 2 deletions frontend/docs/scripting/functions/db_get_field_int.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
title: db_get_field_int
sidebar_label: db_get_field_int
description: Get the content of a field as an integer from db_query.
keywords:
- sqlite
tags: ["sqlite"]
---

<LowercaseNote />

:::warning

This function is deprecated. Please see [DB_GetFieldInt](DB_GetFieldInt).

:::

## Description

Get the content of a field as an integer from db_query
Expand Down
9 changes: 7 additions & 2 deletions frontend/docs/scripting/functions/db_get_mem_handle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
title: db_get_mem_handle
sidebar_label: db_get_mem_handle
description: Gets the memory handle for a SQLite database connection that was opened with `db_open`.
keywords:
- sqlite
tags: ["sqlite"]
---

<LowercaseNote />

<VersionWarn version='SA-MP 0.3.7 R1' />

:::warning

This function is deprecated. Please see [DB_GetMemHandle](DB_GetMemHandle).

:::

## Description

The function gets the memory handle for a SQLite database connection that was opened with [db_open](db_open)].
Expand Down
Loading