Files
Crash-Course/Documentation/api/Global.Block.yml

109 lines
2.2 KiB
YAML
Raw Normal View History

2025-04-16 19:20:36 -04:00
### YamlMime:ManagedReference
items:
- uid: Global.Block
commentId: T:Global.Block
id: Block
parent: Global
children:
- Global.Block.blocking
- Global.Block.IsParrying
langs:
- csharp
- vb
name: Block
nameWithType: Block
fullName: Block
type: Class
source:
id: Block
path: ''
startLine: 2423
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: 'public class Block : MonoBehaviour'
content.vb: Public Class Block Inherits MonoBehaviour
inheritance:
- System.Object
- uid: Global.Block.blocking
commentId: F:Global.Block.blocking
id: blocking
parent: Global.Block
langs:
- csharp
- vb
name: blocking
nameWithType: Block.blocking
fullName: Block.blocking
type: Field
source:
id: blocking
path: ''
startLine: 2426
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public bool blocking
return:
type: System.Boolean
content.vb: Public blocking As Boolean
- uid: Global.Block.IsParrying
commentId: M:Global.Block.IsParrying
id: IsParrying
parent: Global.Block
langs:
- csharp
- vb
name: IsParrying()
nameWithType: Block.IsParrying()
fullName: Block.IsParrying()
type: Method
source:
id: IsParrying
path: ''
startLine: 2472
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public bool IsParrying()
return:
type: System.Boolean
content.vb: Public Function IsParrying() As Boolean
overload: Global.Block.IsParrying*
references:
- uid: Global
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: Global.Block.IsParrying*
commentId: Overload:Global.Block.IsParrying
name: IsParrying
nameWithType: Block.IsParrying
fullName: Block.IsParrying