mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 23:40:17 +02:00
Link fixes.
This commit is contained in:
@@ -616,7 +616,7 @@ function generic_bottle_cap(
|
|||||||
// Module: bottle_adapter_neck_to_cap()
|
// Module: bottle_adapter_neck_to_cap()
|
||||||
// Synopsis: Creates a generic adaptor between a neck and a cap.
|
// Synopsis: Creates a generic adaptor between a neck and a cap.
|
||||||
// Topics: Bottles, Threading
|
// Topics: Bottles, Threading
|
||||||
// See Also: bottle_adaptor_neck_to_neck()
|
// See Also: bottle_adapter_neck_to_neck()
|
||||||
// Usage:
|
// Usage:
|
||||||
// bottle_adapter_neck_to_cap(wall, [texture], ...) [ATTACHMENTS];
|
// bottle_adapter_neck_to_cap(wall, [texture], ...) [ATTACHMENTS];
|
||||||
// Description:
|
// Description:
|
||||||
@@ -732,7 +732,7 @@ function bottle_adapter_neck_to_cap(
|
|||||||
// Module: bottle_adapter_cap_to_cap()
|
// Module: bottle_adapter_cap_to_cap()
|
||||||
// Synopsis: Creates a generic adaptor between a cap and a cap.
|
// Synopsis: Creates a generic adaptor between a cap and a cap.
|
||||||
// Topics: Bottles, Threading
|
// Topics: Bottles, Threading
|
||||||
// See Also: bottle_adaptor_neck_to_cap(), bottle_adaptor_neck_to_neck()
|
// See Also: bottle_adapter_neck_to_cap(), bottle_adapter_neck_to_neck()
|
||||||
// Usage:
|
// Usage:
|
||||||
// bottle_adapter_cap_to_cap(wall, [texture]);
|
// bottle_adapter_cap_to_cap(wall, [texture]);
|
||||||
// Description:
|
// Description:
|
||||||
@@ -848,7 +848,7 @@ function bottle_adapter_cap_to_cap(
|
|||||||
// Module: bottle_adapter_neck_to_neck()
|
// Module: bottle_adapter_neck_to_neck()
|
||||||
// Synopsis: Creates a generic adaptor between a neck and a neck.
|
// Synopsis: Creates a generic adaptor between a neck and a neck.
|
||||||
// Topics: Bottles, Threading
|
// Topics: Bottles, Threading
|
||||||
// See Also: bottle_adaptor_neck_to_cap(), bottle_adaptor_cap_to_cap()
|
// See Also: bottle_adapter_neck_to_cap(), bottle_adapter_cap_to_cap()
|
||||||
// Usage:
|
// Usage:
|
||||||
// bottle_adapter_neck_to_neck(...);
|
// bottle_adapter_neck_to_neck(...);
|
||||||
// Description:
|
// Description:
|
||||||
|
Reference in New Issue
Block a user